Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis authored May 11, 2019
1 parent 311bd3b commit b36ee69
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 @@ -59,7 +59,7 @@ func main(){
close(waitForReader)
}()

// Full copy of the stream!
// Full copy of the stream!
r, err := w.NextReader()
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit b36ee69

Please sign in to comment.