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-04 03:48:57 +0400
committerJohannes <mail@johannesewald.de>2012-06-04 03:48:57 +0400
commiteb120df32a3a1474b2051997d014a9c0c4836d62 (patch)
treec6a8bd905d67ea3a9324391ec003571379629dd2 /README.md
parenteef0b66c821ac03b88e3e10e452abab7c5d99cad (diff)
Update master
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 c2ac50c..cb63c66 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ var injections = {
rewiredModule = rewire("./myModuleA.js", null, injections);
// You can also pass a script to inject
-rewiredModule = rewire("./myModuleA.js", null, "console.log('hellooo');");
+rewiredModule = rewire("./myModuleA.js", null, "console.log('hellooo');"); // prints "hellooo"