Minor README format fix.

This commit is contained in:
blackguest 2013-11-01 08:58:05 -05:00
parent d4a81f199d
commit 2d1a356846
1 changed files with 4 additions and 3 deletions

View File

@ -163,11 +163,12 @@ fork this repository, make your changes, and send me a pull request.
Testing
=======
-------
Install the required testing tools (pip install -r tests/requirements.txt) and run the nose tests command::
Install the required testing tools (pip install -r tests/requirements.txt) and run the nose tests command from the same directory as `cheat` and the `tests` directory:
```nosetests
```bash
nosetests
```