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:
authorValeri Karpov <valeri.karpov@mongodb.com>2016-01-18 17:30:36 +0300
committerValeri Karpov <valeri.karpov@mongodb.com>2016-01-18 17:30:36 +0300
commit86946c4c917de8ec2196fbc74c9ec2d7e72ecdcd (patch)
tree869b224d092fe1c4d8c19086f8f9b9a82a4b6e9a /README.md
parent7a51248b784513acc07454fdf02e14c8d0c06309 (diff)
remove misused term from README
monkeypatching !== dependency injection https://en.wikipedia.org/wiki/Dependency_injection
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 2e1a89a..a89722d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
rewire
======
-**Easy dependency injection for node.js unit testing**.
+**Easy monkey-patching for node.js unit testing**.
[![Build Status](https://travis-ci.org/jhnns/rewire.svg?branch=master)](http://travis-ci.org/jhnns/rewire)
[![Dependency Status](https://david-dm.org/jhnns/rewire.svg)](https://david-dm.org/jhnns/rewire)