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-23 18:11:57 +0400
committerJohannes <mail@johannesewald.de>2012-06-23 18:11:57 +0400
commit71066e68bd06720c2fa8f765116267a034b3e34a (patch)
tree10433445a2375d7793b442fcbe74c7e55482d4b5
parent3436a7d20b290973774ee009ac9705faaf4f550a (diff)
update docs
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1533aa6..17e97bf 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ rewire does **not** load the file and eval the contents to emulate node's requir
**Debugging is fully supported.**
-Furthermore rewire comes also with support for [browserify](https://github.com/substack/node-browserify). Thus you can mock your modules also in the browser.
+Furthermore rewire comes also with support for [browserify](https://github.com/substack/node-browserify). Thus you can mock your modules in the browser as well.
<br />