Skip to content

Commit

Permalink
Update README.md (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahoa authored Jul 31, 2024
1 parent 01b51b9 commit 11f5a36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ Get a REST API
$ curl http://localhost:3000/posts/1
{
"id": "1",
"title": "a title"
"title": "a title",
"views": 100
}
```

Expand Down

0 comments on commit 11f5a36

Please sign in to comment.