From c9b6f8d930b18f35e19f703730ef0a8c2638d12e Mon Sep 17 00:00:00 2001 From: Emil Goldsmith Olesen Date: Tue, 16 Oct 2018 08:30:35 +0400 Subject: Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3