Skip to content

Commit f274df9

Browse files
authored
Update readme.md
1 parent 2b245c2 commit f274df9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Automaticly reload your express.js server without bringing down the server. This is really useful because it will hot reload instead of waiting for the whole node.js process to restart.
44

5+
## Install
6+
7+
```
8+
npm install express-reload --save-dev
9+
```
10+
11+
Find it on https://www.npmjs.com/package/express-reload
12+
513
## Example
614

715
```js

0 commit comments

Comments
 (0)