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-15 18:22:45 +0400
committerJohannes <mail@johannesewald.de>2012-06-15 18:22:45 +0400
commit57697dfd762d7e4ee8cbd05d752987ba981255e4 (patch)
tree1871bbe5dc39ed29c24f1a0736db0f4b40b36f54
parentee3712ab52cacdebabcd9b6da404382fc1bf02f0 (diff)
updated to node 0.7.x
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 640f381..e0e80fb 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Installation
`npm install rewire`
**For older node versions:**<br />
-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.
+rewire is tested with node 0.7.x. I recommend to run the unit tests via `mocha` in the rewire-folder before using rewire with older node versions.
-----------------------------------------------------------------
<br />