Update README.md

This commit is contained in:
George Mihaila
2020-04-26 18:47:53 -05:00
committed by GitHub
parent a173b7b9e8
commit 97195c6858

View File

@@ -9,7 +9,7 @@ positive_words = io.open("/path/to/positive-words.txt", encoding='UTF-8').read()
negative_words = io.open("/path/to/negative-words.txt", encoding='UTF-8').read().strip().split('\n')
```
### Words Counts:
### Counts:
* Positive: `2,006` words.
* Negative: `4,783` words