Skip to content

Commit 11f5a36

Browse files
authored
Update README.md (#1588)
1 parent 01b51b9 commit 11f5a36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Get a REST API
6969
$ curl http://localhost:3000/posts/1
7070
{
7171
"id": "1",
72-
"title": "a title"
72+
"title": "a title",
73+
"views": 100
7374
}
7475
```
7576

0 commit comments

Comments
 (0)