update readme for TS @type/node-fetch (#1405)

Co-authored-by: adamellsworth <adam.d.ellsworth@me.com>
This commit is contained in:
Adam 2021-12-06 08:03:27 -08:00 committed by GitHub
parent 6956bf868b
commit 7ba5bc9e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ An Error thrown when the request is aborted in response to an `AbortSignal`'s `a
For older versions please use the type definitions from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped):
```sh
npm install --save-dev @types/node-fetch
npm install --save-dev @types/node-fetch@2.x
```
## Acknowledgement