Syntax error in README changes.

see #126
This commit is contained in:
James Johnson 2018-02-26 15:05:31 -06:00
parent a923f8b5d3
commit 8844502775
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ python setup.py install
```python
from word_count_cls import WordCounter
WordCounter("path/to/file).search('word')
WordCounter('path/to/file').search('word')
```