Skip to content

Commit b6c073a

Browse files
committed
chore: fixed README's Table of Content
1 parent 30581ca commit b6c073a

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,18 @@ Universal WHATWG Fetch API for Node, Browsers, Workers and React Native. The sce
2020

2121
## Table of Contents
2222

23-
- [](#)
24-
- [Table of Contents](#table-of-contents)
25-
- [Install](#install)
26-
- [Usage](#usage)
27-
- [Demo \& API](#demo--api)
28-
- [FAQ](#faq)
29-
- [Yet another fetch library?](#yet-another-fetch-library)
30-
- [Why polyfill might not be a good idea?](#why-polyfill-might-not-be-a-good-idea)
31-
- [How does cross-fetch work?](#how-does-cross-fetch-work)
32-
- [Who's Using It?](#whos-using-it)
33-
- [Thanks](#thanks)
34-
- [License](#license)
35-
- [Author](#author)
23+
- [Table of Contents](#table-of-contents)
24+
- [Install](#install)
25+
- [Usage](#usage)
26+
- [Demo \& API](#demo--api)
27+
- [FAQ](#faq)
28+
- [Yet another fetch library?](#yet-another-fetch-library)
29+
- [Why polyfill might not be a good idea?](#why-polyfill-might-not-be-a-good-idea)
30+
- [How does cross-fetch work?](#how-does-cross-fetch-work)
31+
- [Who's Using It?](#whos-using-it)
32+
- [Thanks](#thanks)
33+
- [License](#license)
34+
- [Author](#author)
3635

3736
* * *
3837

@@ -42,7 +41,7 @@ Universal WHATWG Fetch API for Node, Browsers, Workers and React Native. The sce
4241
npm install --save cross-fetch
4342
```
4443

45-
As a [ponyfill](https://github.com/sindresorhus/ponyfill):
44+
As a [ponyfill](https://github.com/sindresorhus/ponyfill) (imports locally):
4645

4746
```javascript
4847
// Using ES6 modules with Babel or TypeScript
@@ -52,7 +51,7 @@ import fetch from 'cross-fetch';
5251
const fetch = require('cross-fetch');
5352
```
5453

55-
As a polyfill:
54+
As a polyfill (installs globally):
5655

5756
```javascript
5857
// Using ES6 modules

0 commit comments

Comments
 (0)