Browse Source

Recommend --save-dev for installation

pull/19/head
Luke Childs 9 years ago
parent
commit
4cbbdb8000
  1. 6
      README.md

6
README.md

@ -12,6 +12,12 @@ This allows you to run browser modules in node with minimal or no effort. Can al
npm install --save browser-env npm install --save browser-env
``` ```
Or if you're just using for testing you'll probably want:
```shell
npm install --save-dev browser-env
```
## Usage ## Usage
```js ```js

Loading…
Cancel
Save