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:
-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"