update readme

This commit is contained in:
Randall Schmidt 2021-07-11 08:49:52 -04:00
parent dba1e2fbd3
commit 05a146fef1

@ -26,7 +26,7 @@ This module's fetch function has almost the exact same API as node-fetch, and yo
This module just adds one extra function to the response object:
### res.ejectFromCache(): Promise<void>
### res.ejectFromCache(): Promise\<void\>
This function can be used to eject the response from the cache, so that the next request will perform a true HTTP request rather than returning a cached response.