Skip to content

Commit

Permalink
Merge pull request #8 from bufke/patch-1
Browse files Browse the repository at this point in the history
Update installation.md
  • Loading branch information
James1345 committed Dec 11, 2015
2 parents d2081e6 + 0b3f0c6 commit 0f496ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Add `rest_framework` and `knox` to your `INSTALLED_APPS`
```python
INSTALLED_APPS = (
...
rest_framework,
knox,
'rest_framework',
'knox',
...
)
```
Expand Down

0 comments on commit 0f496ca

Please sign in to comment.