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-26 18:36:17 +0400
committerJohannes <mail@johannesewald.de>2012-06-26 18:36:17 +0400
commit3677049cbfba50f6f322c76cce1c9e8f9f991e4d (patch)
treebeb83a483a0b2aaef281e45ef1bb27b51d89ba33 /README.md
parent08df15981c9f78ae4b00f42604f6baf949c23012 (diff)
Updated to node 0.8.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb3b0a0..23fb80d 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Installation
`npm install rewire`
**For older node versions:**<br />
-rewire is tested with node 0.6.x - 0.7.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.6.x - 0.8.x. I recommend to run the unit tests via `mocha` in the rewire-folder before using rewire with older node versions.
**Use with [browserify](https://github.com/substack/node-browserify):**<br />