Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
emilgoldsmith committed Oct 16, 2018
1 parent c059ffc commit c9b6f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c9b6f8d

Please sign in to comment.