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:
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}`.