Skip to content

Commit

Permalink
Fix README / Add PyPi badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Mar 21, 2016
1 parent 89580d7 commit 7a98a75
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.rst
Expand Up @@ -18,10 +18,10 @@ including:
Basically anything that involves tracking the movement of funds within a closed
system.

This package uses `double-entry bookkeeping`_
where every transaction is recorded twice (once for the source and once for the
destination). This ensures the books always balance and there is full audit
trail of all transactional activity.
This package uses `double-entry bookkeeping`_ where every transaction is
recorded twice (once for the source and once for the destination). This
ensures the books always balance and there is full audit trail of all
transactional activity.

If your project manages money, you should be using a library like this. Your
finance people will thank you.
Expand All @@ -38,8 +38,11 @@ finance people will thank you.
:target: https://requires.io/github/django-oscar/django-oscar-accounts/requirements/?branch=master
:alt: Requirements Status

.. image:: https://img.shields.io/pypi/v/django-oscar-accounts.svg
:target: https://pypi.python.org/pypi/django-oscar-accounts/

_`double-entry bookkeeping`: http://en.wikipedia.org/wiki/Double-entry_bookkeeping_system

.. _double-entry bookkeeping: http://en.wikipedia.org/wiki/Double-entry_bookkeeping_system


Features
Expand Down

0 comments on commit 7a98a75

Please sign in to comment.