diff --git a/README.md b/README.md index 4d0652dbe..f4a649e6a 100644 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ See [test cases](https://github.com/node-fetch/node-fetch/blob/master/test/) for Perform an HTTP(S) fetch. -`url` should be an absolute url, such as `https://example.com/`. A path-relative URL (`/file/under/root`) or protocol-relative URL (`//can-be-http-or-https.com/`) will result in a rejected `Promise`. +`url` should be an absolute URL, such as `https://example.com/`. A path-relative URL (`/file/under/root`) or protocol-relative URL (`//can-be-http-or-https.com/`) will result in a rejected `Promise`.