Skip to content

Commit 2c06822

Browse files
authored
docs(README.md): add import example [ci skip]
1 parent ad364ff commit 2c06822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ npm install --save @jcoreio/async-throttle
2727

2828
```js
2929
const throttle = require('@jcoreio/async-throttle')
30+
import throttle from '@jcoreio/async-throttle'
3031
```
3132

3233
```js

0 commit comments

Comments
 (0)