Skip to content

Commit

Permalink
chore: Correct stuff in README.md (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Nov 5, 2021
1 parent ff7e950 commit a3a5b63
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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';
Expand Down

0 comments on commit a3a5b63

Please sign in to comment.