From 993a4a147f85064852fccb02584810f8019ca3f4 Mon Sep 17 00:00:00 2001 From: Panpan Lin Date: Wed, 23 May 2018 17:05:19 +0100 Subject: [PATCH] fix a typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be141f8..e046149 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 1. How to listen to events in a Watson Work Space, specifically it knows how to process message annotation added events and thus requires that apps registered are enabled with those events. 2. How to authenticate using the appID + secret to obtain an access token 3. How to call graphQL api to obtain name and email of the user who wrote the message being analyzed -4. How to interpret the analysis based on sentiment using a score of 80% on either happyness or sadness +4. How to interpret the analysis based on sentiment using a score of 80% on either happiness or sadness 5. How to write a message back into the conversation announcing the sentiment of the person who wrote the message that was analyzed ### To utilize with BlueMix: