summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index ee18172..8432ac8 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ This skeleton can be used to quickly run periodical tasks on the Heroku platform
## Deployment
```bash
- $ heroku create
- $ heroku addons:add redistogo:nano
- $ git push heroku master
- $ heroku ps:scale worker=1
- ```
+$ heroku create
+$ heroku addons:add redistogo:nano
+$ git push heroku master
+$ heroku ps:scale worker=1
+```