From b4e70312bcef515cc489b952231209a8b19187a2 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 5 Nov 2021 09:51:13 +0000 Subject: [PATCH] chore: Correct stuff in README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c1198f57..f5e01624d 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,9 @@ - [Advanced Usage](#advanced-usage) - [Streams](#streams) - [Buffer](#buffer) - - [Accessing Headers and other Meta data](#accessing-headers-and-other-meta-data) + - [Accessing Headers and other Metadata](#accessing-headers-and-other-metadata) - [Extract Set-Cookie Header](#extract-set-cookie-header) - [Post data using a file stream](#post-data-using-a-file-stream) - - [Post with form-data (detect multipart)](#post-with-form-data-detect-multipart) - [Request cancellation with AbortSignal](#request-cancellation-with-abortsignal) - [API](#api) - [fetch(url[, options])](#fetchurl-options) @@ -355,7 +354,7 @@ const type = await fileType.fromBuffer(buffer) console.log(type); ``` -### Accessing Headers and other Meta data +### Accessing Headers and other Metadata ```js import fetch from 'node-fetch';