update readme

This commit is contained in:
Randall Schmidt 2021-06-10 12:52:34 -04:00
parent 08d209349c
commit 075dad56ab

@ -22,7 +22,7 @@ This module aims to expose the same API as `node-fetch` does for the most common
### const fetch = require('node-fetch-cache')('./path/to/cache/dir')
Load the module and specify the directory to cache respones in.
Load the module and specify the directory to cache responses in.
If this syntax looks at all foreign to you, you can do this: