Skip to content

Commit 94f3672

Browse files
committed
fix: change npm install mode
When installing http-proxy-middleware, I modified the installation guide code in README.md to install as a dependency not development dependency.
1 parent f212a04 commit 94f3672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ _All_ `http-proxy` [options](https://github.com/nodejitsu/node-http-proxy#option
8181
## Install
8282

8383
```bash
84-
$ npm install --save-dev http-proxy-middleware
84+
$ npm install --save http-proxy-middleware
8585
```
8686

8787
## Core concept

0 commit comments

Comments
 (0)