Skip to content

Commit

Permalink
Fixed README formatting more
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Jul 30, 2014
1 parent 96198a1 commit 7600d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ Integration
### Django

- To just try it out, use the --testrunner option of `manage.py`:
```bash
$ ./manage.py test --testrunner=green.djangorunner.DjangoRunner
```
./manage.py test --testrunner=green.djangorunner.DjangoRunner
```
- Make it persistent by adding the following line to your `settings.py`:
```python
TEST_RUNNER=green.djangorunner.DjangoRunner
TEST_RUNNER="green.djangorunner.DjangoRunner"
```


Expand Down

0 comments on commit 7600d27

Please sign in to comment.