summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
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 ##