Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3abc6bf..1ae46f1 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,6 @@ rewire does **not** load the file and eval the contents to emulate node's requir
**Debugging is fully supported.**
-##Important note:
-
-rewire works currently only with node >=0.6.15. In doubt run `npm test`.
-
-----------------------------------------------------------------
<br />
@@ -25,6 +21,11 @@ Installation
`npm install rewire`
+### For older node versions
+
+rewire is tested with node 0.6.x. I recommend to run the unit tests via `mocha` in the rewire-folder before
+using rewire with older node versions.
+
-----------------------------------------------------------------
<br />