From 8c72b66552c398a7f7736ecc376e091aac5fd1c4 Mon Sep 17 00:00:00 2001
From: Sebastian Steiner <e1029038@student.tuwien.ac.at>
Date: Tue, 11 Dec 2018 17:06:24 +0100
Subject: [PATCH] Update README.md

---
 service-analysis/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service-analysis/README.md b/service-analysis/README.md
index 9fe3487..da77a93 100644
--- a/service-analysis/README.md
+++ b/service-analysis/README.md
@@ -43,6 +43,6 @@ JSON string may contain more value-key pairs than 'text', but 'text' is needed f
 ### commands
 - `python3.7 sentiment_analysis.py`
 - positive sentiment test example:
-  -> `curl -v -H 'content-type: application/json' -X POST http://localhost:8081 -d '[{"text":"happy birthday, i love you}]'`
+  -> `curl -v -H 'content-type: application/json' -X POST http://localhost:8081 -d '[{"text":"happy birthday, i love you"}]'`
 - negative sentiment test example:
   -> `curl -v -H 'content-type: application/json' -X POST http://localhost:8081 -d '[{"text":"i hate you, please die"}]'`
-- 
2.43.0