Skip to content

Commit

Permalink
docs: fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkc authored Mar 18, 2024
1 parent 5fb33cb commit d65b3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install idlefy

```js
// imports all helpers methods and classes from idlefy library
import { idleQueue, idleValue } from 'idlefy'
import { IdleQueue, IdleValue } from 'idlefy'
// import only methods and classes you need
import { IdleQueue } from 'idlefy/idleQueue.js'
// import methods from minified build
Expand Down

0 comments on commit d65b3af

Please sign in to comment.