Skip to content

Commit

Permalink
chore: updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Kumar Choudhary authored and Harsh Kumar Choudhary committed Mar 17, 2024
1 parent 2ef1830 commit 63adb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ npm install idlefy
// imports all helpers methods and classes from idlefy library
import { idleQueue, idleValue } from 'idlefy'
// import only methods and classes you need
import { IdleQueue } from 'idlefy/IdleQueue'
import { IdleQueue } from 'idlefy/idleQueue'
// import methods from minified build
import { IdleQueue } from 'idlefy/min'
```

## `IdleQueue`

[`idlefy/IdleQueue`](/src/idleQueue.ts)
[`idlefy/idleQueue`](/src/idleQueue.ts)

### Overview

Expand Down

0 comments on commit 63adb1b

Please sign in to comment.