Skip to content

Commit

Permalink
Merge pull request #20 from escherba/dev
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
escherba committed Jul 15, 2017
2 parents 1b08fbd + 0345fd4 commit ef1e826
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ After that, you should be able to import the module and do things with it (see E
Example Usage
-------------

The package contains 64- and 128-bit implementations of CityHash algorithm that
are named as such:
The package contains 64- and 128-bit implementations of the CityHash algorithm,
named as follows:

.. code-block:: python
Expand All @@ -45,8 +45,8 @@ are named as such:
Development
-----------
If you want to contribute to this package by developing, the included Makefile
provides some useful commands to help you with that task:
For those who want to contribute, here is a quick start using some makefile
commands:

.. code-block:: bash
Expand All @@ -59,13 +59,13 @@ See Also
--------
For other fast non-cryptographic hashing implementations available as Python
extensions, see `MetroHash <https://github.com/escherba/python-metrohash>`__
and `xxh <https://github.com/lebedov/xxh>`__.
and `xxHash <https://github.com/lebedov/xxh>`__.

Authors
-------
The Python bindings were originally written by Alexander [Amper] Marshalov and
were subsequently edited for more speed/versatility and packaged for PyPI by
Eugene Scherba. The original CityHash algorithm is by Google.
The Python bindings were originally written by Alexander [Amper] Marshalov,
then repackaged for PyPI (with minor improvements) by Eugene Scherba. The
original CityHash algorithm is by Google.

License
-------
Expand Down

0 comments on commit ef1e826

Please sign in to comment.