Skip to content

Commit 0dbb5ba

Browse files
authored
Update README.md
1 parent 7a619bc commit 0dbb5ba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,15 @@ Also when doing requests, its good to know that
5151
$ npm install -g json-server
5252
```
5353

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`
54+
### Beta
55+
56+
To try [v0.9.0-beta](https://github.com/typicode/json-server/tree/next)
57+
58+
```bash
59+
$ npm install -g json-server@next
60+
```
61+
62+
5563

5664
## Routes
5765

0 commit comments

Comments
 (0)