Skip to content

Commit f1fa29c

Browse files
committed
Update README.md
1 parent 509f496 commit f1fa29c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,10 @@ json-server db.json --routes routes.json
162162
Now you can access resources using additional routes.
163163

164164
```bash
165-
/api/posts # /posts/1
166-
/api/posts/1 # /posts/1
167-
/blog/posts/1/show # /posts/1
165+
/api/posts
166+
/api/posts/1
167+
/blog/posts/1/show
168+
# ...
168169
```
169170

170171
### Module

0 commit comments

Comments
 (0)