diff --git a/examples/word-count-cls/README.md b/examples/word-count-cls/README.md index 83b56090..d0c077bf 100644 --- a/examples/word-count-cls/README.md +++ b/examples/word-count-cls/README.md @@ -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') ``` \ No newline at end of file