From 77fe97f0106d6332ead3055aa2acda0ef253c258 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 4 Oct 2016 22:43:15 +0100 Subject: [PATCH] Mention old name --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98dcd9b..17457aa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Simulates a global browser environment using [`jsdom`](https://github.com/tmpvar/jsdom). +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**