Skip to content

Commit

Permalink
Merge pull request #7 from leoj3n/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
andyfleming authored Jun 15, 2018
2 parents 377201e + fdb7318 commit d9d2090
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 d9d2090

Please sign in to comment.