Skip to content

Commit

Permalink
d'oh! add new import method to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Dec 21, 2019
1 parent e70cc81 commit 85774b7
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 @@ -8,7 +8,7 @@ npm install --save @jpwilliams/waitgroup

``` js
const http = require('http')
const WaitGroup = require('@jpwilliams/waitgroup')
const { WaitGroup } = require('@jpwilliams/waitgroup')

async function main () {
const wg = new WaitGroup()
Expand Down

0 comments on commit 85774b7

Please sign in to comment.