Skip to content

Commit

Permalink
Add file path reference to readme (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
loujaybee authored and bendrucker committed Mar 14, 2019
1 parent cb725be commit 3da0603
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ assert.equal(foo.basenameAllCaps('/a/b/file.txt'), 'FILE.TXT');

You can also replace functions directly:

**get.js:**

```js
var get = require('simple-get');
var assert = require('assert');
Expand All @@ -67,6 +69,8 @@ module.exports = function fetch (callback) {
};
```

**get.test.js:**

```js
var proxyquire = require('proxyquire').noCallThru();
var assert = require('assert');
Expand Down

0 comments on commit 3da0603

Please sign in to comment.