summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-08 09:18:35 +0200
committerAzul <azul@leap.se>2012-10-08 09:18:35 +0200
commitc882d882a6506039bf0f2e4c3a673eb30ae9e58d (patch)
tree36949591c58225891c9f7d9ace5a9c3419e193f3 /DEPLOY.md
parent44c06bea22d2824037a7bd3b08ddf0a4c7c9116b (diff)
minor: markdown improvements
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 49d9fed..8424c68 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -18,9 +18,9 @@ The following packages need to be installed:
We use capistrano to deploy.
We ship an example deploy.rb in config/deploy.rb.example. Edit it to match your needs.
-run '''cap deploy:setup''' to create the directory structure.
+run `cap deploy:setup` to create the directory structure.
-run '''cap deploy''' to deploy to the server.
+run `cap deploy` to deploy to the server.
## Customized Files ##