diff --git a/sentiment/README.md b/sentiment/README.md index 3add40d..501f251 100644 --- a/sentiment/README.md +++ b/sentiment/README.md @@ -1,23 +1,12 @@ # Sentiment Service -This is the Sentiment service - -Generated with - -``` -micro new sentiment -``` +The sentiment service provides rudimentary sentiment analysis on text ## Usage -Generate the proto code - ``` -make proto +$ micro sentiment analyze --text "This is great" +{ + "score": 1 +} ``` - -Run the service - -``` -micro run . -``` \ No newline at end of file