Skip to content

Commit

Permalink
Fixed README links
Browse files Browse the repository at this point in the history
  • Loading branch information
jstolarski committed Jun 29, 2015
1 parent 346e9e2 commit 531274a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ matrix:
python: "3.4"
# command to install dependencies
install:
- pip install -q Django==$DJANGO_VERSION
- pip install -r test-requirements.txt
- pip install coveralls
- pip install tox
# command to run tests
script:
- tox -e py${TRAVIS_PYTHON_VERSION/./}-django${DJANGO_VERSION}
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Redisdb
:alt: Documetation


Django-redisdb is Redis [#REDIS]_ backend for Django [#Django]_ that allows
Django-redisdb is Redis backend for Django that allows
using Redis as a cache and as a database at the same time.
Django-redisdb provides backends for master/master and sharded configuration.

Expand Down Expand Up @@ -80,7 +80,7 @@ nodes (two nodes in examle above).

Redis is much more powerfull then simple cache. It should be seen
as a specialized database. With django-redisdb you can use all its power.
For example you can use redis' sorted sets [#SORTEDSETS]_:
For example you can use redis' sorted sets:

.. code-block:: python
Expand Down

0 comments on commit 531274a

Please sign in to comment.