mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Further typo fixes in the README.
This commit is contained in:
parent
e3e8c5228b
commit
c61bb96121
1 changed files with 5 additions and 5 deletions
10
README.rst
10
README.rst
|
@ -16,8 +16,8 @@ You can find a live example on http://dpaste.de/
|
|||
Testing and local development
|
||||
-----------------------------
|
||||
|
||||
dpaste is continuously tested on _Travis. You can also run the test
|
||||
suite locally with _tox::
|
||||
dpaste is continuously tested on Travis_. You can also run the test
|
||||
suite locally with tox_::
|
||||
|
||||
$ cd dpaste/
|
||||
$ pip install tox
|
||||
|
@ -31,8 +31,8 @@ This is also the preferred way to setup an environment for local development::
|
|||
$ pip install -r requirements.txt
|
||||
$ python runtests.py
|
||||
|
||||
_Travis: https://travis-ci.org/bartTC/dpaste
|
||||
_tox: http://tox.readthedocs.org/en/latest/
|
||||
.. _Travis: https://travis-ci.org/bartTC/dpaste
|
||||
.. _tox: http://tox.readthedocs.org/en/latest/
|
||||
|
||||
-----------------------------------------
|
||||
Integrate dpaste into an existing project
|
||||
|
@ -46,7 +46,7 @@ necessary dependencies of dpaste as well::
|
|||
|
||||
pip install dpaste
|
||||
|
||||
Add `dpaste` and (preferred) `south` to your `INSTALLED_APPS`::
|
||||
Add ``dpaste`` and (preferred) ``south`` to your ``INSTALLED_APPS``::
|
||||
|
||||
INSTALLED_APPS = (
|
||||
'django.contrib.sessions',
|
||||
|
|
Loading…
Reference in a new issue