Re-indent code blocks according to markdown syntax.

This commit is contained in:
Robert Waltemath 2013-12-03 19:46:53 +01:00
parent 9badaca2f3
commit 8a1b0386eb

View file

@ -13,11 +13,14 @@ Deploy
-------- --------
On your first deploy you should run On your first deploy you should run
bundle exec cap deploy:setup bundle exec cap deploy:setup
bundle exec cap deploy:check bundle exec cap deploy:check
Deploy to staging Deploy to staging
bundle exec cap deploy bundle exec cap deploy
Deploy to production Deploy to production
bundle exec cap production deploy bundle exec cap production deploy