From f982df7ea16db6b9a5e8c6a3a1cd4b16f3566d5e Mon Sep 17 00:00:00 2001 From: Yong Zhun Hung Date: Sat, 9 Nov 2019 10:51:36 +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 6f00c2a..e2c82c7 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 = ... # e.g. 'C:/Documents/SentiStrength.jar' +>>> senti.setSentiStrengthLanguageFolderPath = ... # e.g. 'C:/Documents/SentiStrengthData/' ``` ## License