Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a typo in Readme #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down