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-12 19:38:47 +0400
committerJohannes <mail@johannesewald.de>2012-06-12 19:38:47 +0400
commit5808b7ab38938ab80924aac1a996cad111cb75b0 (patch)
tree62631c6783cb0fb71296ce44ede0378fc33c65ac /README.md
parent6799b6f6033d4228d2ec879b8db1711bd4fcde48 (diff)
Fixed typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index b58afca..6386a5b 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,7 @@ rewire [![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=mas
=====
**Dependency injection for node.js applications**.
-rewire adds a special setter and getter that allow you to modify the behaviour of modules
-for better unit testing. You may
+rewire adds a special setter and getter to modify the behaviour of modules for better unit testing. You may
- introduce mocks for other modules
- leak private variables