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 21:05:38 +0400
committerJohannes <mail@johannesewald.de>2012-06-04 21:05:38 +0400
commitef60cd52b7ba7bbf3074adc4029e9430ae2cbd42 (patch)
tree09b31a47aea5ffb60cb28a7acaf89ba97cc61768 /README.md
parent9ed2ca62274dfaa2c6b942e70e855d8a2bdf5b47 (diff)
fixed typo
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 e00f3ed..694c7c4 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ Removes all rewired modules from `require.cache`. Every `require()` will now ret
## Please note
### mocks
-Keys should be the exactly the same like they're required in the target module.
+Keys should be exactly the same like they're required in the target module.
So if you write `require("../../myModules/myModuleA.js")` you need to pass
`{"../../myModules/myModuleA.js": myModuleAMock}`.