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:
authorJohannes <mail@johannesewald.de>2012-06-06 04:27:48 +0400
committerJohannes <mail@johannesewald.de>2012-06-06 04:27:48 +0400
commita7be4a9f1fffffe8e2b2aa45add8b8a6b3cc5ad7 (patch)
treeb143e8c21b73ed9df482ac6b29de3ec122d7b56b /README.md
parent9d368a2f0d328092781b5282001196d59f8fc160 (diff)
added support for older node versionsv0.1.3
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 />