Skip to content

Commit 4ff87be

Browse files
😒 chore: Upgrade docs.
1 parent e221bb6 commit 4ff87be

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/manual/overview.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Overview

doc/manual/usage.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Usage
22

33
The code needs a ES2015+ polyfill to work, for example
4-
[babel-polyfill](https://babeljs.io/docs/usage/polyfill).
4+
[@babel/polyfill](https://babeljs.io/docs/usage/polyfill).
55
```js
6-
require( 'babel-polyfill' ) ;
6+
require( '@babel/polyfill' ) ;
77
// or
8-
import 'babel-polyfill' ;
8+
import '@babel/polyfill' ;
99
```
1010

1111
Then

0 commit comments

Comments
 (0)