Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leoj3n authored Jun 15, 2018
1 parent 377201e commit fdb7318
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 @@ -108,7 +108,7 @@ There isn't currently direct feature to stop the iterations externally. You can,
const interval = require('interval-promise')

let stoppedExternally = false
const stoppedExternally = () => { stoppedExternally = true }
const stopExternally = () => { stoppedExternally = true }

interval(async (iteration, stop) => {

Expand Down

0 comments on commit fdb7318

Please sign in to comment.