Skip to content

Commit eab0af0

Browse files
committed
Merge pull request typicode#117 from arastu/master
Improve readme readability
2 parents b8926bb + 77da927 commit eab0af0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Created with <3 for front-end developers who need a quick back-end for prototypi
99

1010
_See also [hotel](https://github.com/typicode/hotel), a simple server manager._
1111

12+
## Install
13+
14+
```bash
15+
$ npm install -g json-server
16+
```
17+
1218
## Example
1319

1420
Create a `db.json` file
@@ -91,12 +97,6 @@ Returns default index file or serves `./public` directory.
9197
GET /
9298
```
9399

94-
## Install
95-
96-
```bash
97-
$ npm install -g json-server
98-
```
99-
100100
## Extras
101101

102102
### Static file server

0 commit comments

Comments
 (0)