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