parent
a923f8b5d3
commit
8844502775
|
@ -11,5 +11,5 @@ python setup.py install
|
||||||
```python
|
```python
|
||||||
from word_count_cls import WordCounter
|
from word_count_cls import WordCounter
|
||||||
|
|
||||||
WordCounter("path/to/file).search('word')
|
WordCounter('path/to/file').search('word')
|
||||||
```
|
```
|
Loading…
Reference in New Issue