You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ Also when doing requests, its good to know that
51
51
$ npm install -g json-server
52
52
```
53
53
54
+
__Beta__ if you want to try `v0.9.0-beta`[[README](https://github.com/typicode/json-server/tree/next)], you can use the following command `npm install -g json-server@next`
55
+
54
56
## Routes
55
57
56
58
Based on the previous `db.json` file, here are all the default routes. You can also add [other routes](#add-routes) using `--routes`.
0 commit comments