Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunpersad committed Jan 9, 2022
1 parent 5006f6b commit 6cea8a7
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 @@ -16,7 +16,7 @@ It can be used in a Node.js environment, or directly in the browser.
## Usage
1) `require` or `import` the factory function:
```javascript
var throttledQueue = require('throttled-queue');
const throttledQueue = require('throttled-queue');
```

```javascript
Expand Down

0 comments on commit 6cea8a7

Please sign in to comment.