Skip to content

Commit

Permalink
Merge pull request #442 from danielgospodinow/patch-1
Browse files Browse the repository at this point in the history
Correct README's example usage
  • Loading branch information
frairon authored Nov 20, 2023
2 parents 2f90eeb + 2675c99 commit b800ff1
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 @@ -178,7 +178,7 @@ func runProcessor() {
}

func main() {
go runEmitter() // emits one message and stops
go runEmitter() // emits one message every second forever
runProcessor() // press ctrl-c to stop
}

Expand Down

0 comments on commit b800ff1

Please sign in to comment.