readme: breaking api changes are relevant for 1.3.x or above

This commit is contained in:
jkhsjdhjs 2019-11-25 16:41:49 +01:00
parent cf1e42d359
commit 200d3b0a7c
Signed by: jkhsjdhjs
GPG Key ID: BAC6ADBAB7D576CC

View File

@ -3,7 +3,7 @@
A [node-fetch](https://github.com/bitinn/node-fetch) wrapper with support for cookies.
It supports reading/writing from/to a JSON cookie jar and keeps cookies in memory until you call `CookieJar.save()` to reduce disk I/O.
### For upgrading from 1.2.x or below to 1.3.x, please read the [breaking API changes](#130-breaking-api-changes).
### For upgrading from 1.2.x or below to 1.3.x or above, please read the [breaking API changes](#130-breaking-api-changes).
## Usage Examples