Skip to content

Commit ef1e826

Browse files
authored
Merge pull request #20 from escherba/dev
update readme
2 parents 1b08fbd + 0345fd4 commit ef1e826

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ After that, you should be able to import the module and do things with it (see E
3030
Example Usage
3131
-------------
3232

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

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

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

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

7070
License
7171
-------

0 commit comments

Comments
 (0)