Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chen0040 committed Jun 4, 2017
1 parent a8fad1c commit 739f83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -13,7 +13,6 @@ Package provides python implementation of string compressor
:target: https://scrutinizer-ci.com/g/chen0040/pycompressor/?branch=master


More details are provided in the `docs`_ for implementation, complexities and further info.

Install
=======
Expand All @@ -30,6 +29,7 @@ Usage:

.. code-block:: python
from pycompressor.huffman import HuffmanCompressor
huffman = HuffmanCompressor()
original = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.'
Expand Down

0 comments on commit 739f83e

Please sign in to comment.