small changes in readme
authorSebastian Steiner <e1029038@student.tuwien.ac.at>
Fri, 18 Jan 2019 14:44:00 +0000 (15:44 +0100)
committerSebastian Steiner <e1029038@student.tuwien.ac.at>
Fri, 18 Jan 2019 14:44:00 +0000 (15:44 +0100)
service-analysis/README.md

index f2fefbcfec23a61e778020fe10056d21bca8c256..2cdcbbca9d04f5b19c97b70a36c3369349e4f796 100644 (file)
@@ -41,10 +41,9 @@ The api key can be set in the file indico_api_key.txt. The current key does work
 ## run local
 ### requirements
 - python 3.7
-pip:
-- indicoio
-- flask
-- flask_restful
+- pip: indicoio
+- pip: flask
+- pip: flask_restful
 ### 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"}]'`
@@ -52,5 +51,5 @@ pip:
   
 ## health check
 Under http://localhost:8081/health the service returns HTTP Status 200 if it is running OK.
-### commans
+### commands
 curl -v -X GET http://localhost:8081/health