Browse Source

Remove global warning

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

4
README.md

@ -6,10 +6,6 @@ Previously named `node-browser-environment`.
This allows you to run browser modules in node with minimal or no effort. Can also be used to test browser modules with any node test framework. Please note, only the DOM is simulated, if you want to run a module that requires more advanced browser features (like `localStorage`), you'll need to polyfill that seperately.
> ❗️**Warning**
>
> This module adds a lot of stuff to the global namespace, use with care.
## Install
```shell

Loading…
Cancel
Save