Further typo fixes in the README.

This commit is contained in:
Martin Mahner 2013-11-29 20:04:34 +01:00
parent e3e8c5228b
commit c61bb96121

View file

@ -16,8 +16,8 @@ You can find a live example on http://dpaste.de/
Testing and local development Testing and local development
----------------------------- -----------------------------
dpaste is continuously tested on _Travis. You can also run the test dpaste is continuously tested on Travis_. You can also run the test
suite locally with _tox:: suite locally with tox_::
$ cd dpaste/ $ cd dpaste/
$ pip install tox $ 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 $ pip install -r requirements.txt
$ python runtests.py $ python runtests.py
_Travis: https://travis-ci.org/bartTC/dpaste .. _Travis: https://travis-ci.org/bartTC/dpaste
_tox: http://tox.readthedocs.org/en/latest/ .. _tox: http://tox.readthedocs.org/en/latest/
----------------------------------------- -----------------------------------------
Integrate dpaste into an existing project Integrate dpaste into an existing project
@ -46,7 +46,7 @@ necessary dependencies of dpaste as well::
pip install dpaste pip install dpaste
Add `dpaste` and (preferred) `south` to your `INSTALLED_APPS`:: Add ``dpaste`` and (preferred) ``south`` to your ``INSTALLED_APPS``::
INSTALLED_APPS = ( INSTALLED_APPS = (
'django.contrib.sessions', 'django.contrib.sessions',