mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Fix spelling in docs
This commit is contained in:
parent
43a6f22b7a
commit
b4c94681c8
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Requirements
|
|||
------------
|
||||
|
||||
The library needs ``Django`` and ``requests`` and ``nose``, ``mock``,
|
||||
``south`` and ``textfixtures`` libraries to run tests.
|
||||
``south`` and ``testfixtures`` libraries to run tests.
|
||||
|
||||
::
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ The library needs ``Django`` and ``requests`` and ``nose``, ``mock``,
|
|||
pip install nose
|
||||
pip install mock
|
||||
pip install south
|
||||
pip install textfixtures
|
||||
pip install testfixtures
|
||||
|
||||
|
||||
Running tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue