diff options
| -rw-r--r-- | README.markdown | 4 | ||||
| -rw-r--r-- | Rakefile | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 71370a7a..d6f1933c 100644 --- a/README.markdown +++ b/README.markdown @@ -13,7 +13,9 @@ Octopress is [Jekyll](https://github.com/mojombo/jekyll) blogging at its finest. ## Documentation Check out [Octopress.org](http://octopress.org/docs) for guides and documentation. - +It should all apply to our current stable version (found in the `master` +branch). If this is not the case, [please submit a +fix to our docs repo](https://github.com/octopress/docs). ## Contributing @@ -261,7 +261,7 @@ multitask :push do cp_r "#{public_dir}/.", deploy_dir cd "#{deploy_dir}" do system "git add -A" - puts "\n## Commiting: Site updated at #{Time.now.utc}" + puts "\n## Committing: Site updated at #{Time.now.utc}" message = "Site updated at #{Time.now.utc}" system "git commit -m \"#{message}\"" puts "\n## Pushing generated #{deploy_dir} website" |
