summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ddae96d..0b4b258 100644
--- a/README.md
+++ b/README.md
@@ -165,9 +165,10 @@ Contributing
6. Create your feature branch
- ```git checkout -b your_branch```
-7. Hack the source code and run the tests
+7. Hack the source code, run the tests and __pronto__
- ```rake test```
- ```rake acceptance```
+ - ```pronto run```
8. Commit your changes
- ```git commit -am "Your commit message"```