From 560ad26dbde2503e77611b6e775d1ec4e6fa6e6d Mon Sep 17 00:00:00 2001 From: Daniel Hritzkiv Date: Mon, 27 Sep 2021 22:33:43 -0400 Subject: [PATCH] Update README.md Consistent capitalization of 'URL' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.