Improve documentation: fixed typos on Readme and added dollar sign at Contributing [ci skip]

This commit is contained in:
Hudson
2015-10-14 13:45:10 -03:00
parent da7e6dc795
commit b3b3fdc7a4
2 changed files with 6 additions and 6 deletions

View File

@@ -47,8 +47,8 @@ Rake can be found at http://docs.seattlerb.org/rake/.
To run a single test suite
rake test TEST=path/to/test.rb
`$ rake test TEST=path/to/test.rb`
which can be further narrowed down to one test:
Which can be further narrowed down to one test:
rake test TEST=path/to/test.rb TESTOPTS="--name=test_something"
`$ rake test TEST=path/to/test.rb TESTOPTS="--name=test_something"`