From 6c5c8d7081e397ac255f2cff733737c7362ac363 Mon Sep 17 00:00:00 2001 From: Yong Zhun Hung Date: Tue, 24 Dec 2019 22:32:06 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2c82c7..b278780 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ Specify the paths as such: ```python >>> senti = PySentiStr() ->>> senti.setSentiStrengthPath = ... # e.g. 'C:/Documents/SentiStrength.jar' ->>> senti.setSentiStrengthLanguageFolderPath = ... # e.g. 'C:/Documents/SentiStrengthData/' +>>> senti.setSentiStrengthPath('C:/Documents/SentiStrength.jar') +>>> senti.setSentiStrengthLanguageFolderPath('C:/Documents/SentiStrengthData/') ``` ## License