summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2016-06-03 02:48:30 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2016-06-03 02:52:26 -0300
commit2028b101a3a43ca712e9dd2544f4c9f5c632bbf5 (patch)
tree9db212c7c542764b6abd4ae205038cb52d0db6e6 /README.md
parentfaff0285f52f13884506f0a134d0851115e8c9ba (diff)
downloadhighline-2028b101a3a43ca712e9dd2544f4c9f5c632bbf5.tar.gz
Update README to point to Pronto
Diffstat (limited to 'README.md')
-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"```