mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-16 19:41:06 +00:00
typo in readme
This commit is contained in:
parent
af7b8a1e3e
commit
867a8664f6
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
|
@ -8,7 +8,7 @@ helpers to create custom permission checks.
|
|||
The main website for django-authority is `packages.python.org/django-authority
|
||||
<http://packages.python.org/django-authority/>`_. You can also install
|
||||
the `in-development version <http://bitbucket.org/jezdez/django-authority/get/tip.gz#egg=django-authority-dev>`_
|
||||
of pip with ``easy_install django-authority==dev``.
|
||||
of django-authority with ``pip install django-authority==dev`` or ``easy_install django-authority==dev``.
|
||||
|
||||
Example
|
||||
=======
|
||||
|
|
@ -44,4 +44,4 @@ Documentation
|
|||
The documenation is currently in development. You can create a nice looking
|
||||
html version using the setup.py::
|
||||
|
||||
python setup.py build_sphinx
|
||||
python setup.py build_sphinx
|
||||
Loading…
Reference in a new issue