fix news readme

This commit is contained in:
Asim Aslam
2021-11-24 10:53:39 +00:00
parent 6186bf717b
commit 56aa97d66b
2 changed files with 4 additions and 21 deletions

View File

@@ -1,23 +1,5 @@
Get the news
# News Service
This is the News service
Generated with
```
micro new news
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```
Get the latest news headlines from anywhere in the world

View File

@@ -35,6 +35,7 @@ message Article {
string locale = 12;
}
// Get the latest news headlines
message HeadlinesRequest {
// comma separated list of languages to retrieve in e.g en,es
string language = 1;