Skip to content

Commit c0f8a33

Browse files
📚 docs: Remove useless warning about runtime.
1 parent 0df173a commit c0f8a33

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

doc/manual/usage.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
# Usage
22

3-
> :warning: Depending on your environment, the code may require
4-
> `regeneratorRuntime` to be defined, for instance by importing
5-
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).
6-
7-
First, require the polyfill at the entry point of your application
8-
```js
9-
require( 'regenerator-runtime/runtime' ) ;
10-
// or
11-
import 'regenerator-runtime/runtime.js' ;
12-
```
13-
14-
Then, import the library where needed
3+
Import the library where needed
154
```js
165
const operator = require( '@aureooms/js-operator' ) ;
176
// or

0 commit comments

Comments
 (0)