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:
authorEmil Goldsmith Olesen <emilgoldsmith94@gmail.com>2018-10-16 07:30:35 +0300
committerGitHub <noreply@github.com>2018-10-16 07:30:35 +0300
commitc9b6f8d930b18f35e19f703730ef0a8c2638d12e (patch)
tree181b98c487f0970f14b05ab3e6ec8d6a5192144c
parentc059ffc12be986fc02ae94bb9bc6475fd48fa5b2 (diff)
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c2a591..8b88842 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Introduction
Imagine you want to test this module:
```javascript
-// lib/myModules.js
+// lib/myModule.js
// With rewire you can change all these variables
var fs = require("fs"),
path = "/somewhere/on/the/disk";