Skip to content

Commit

Permalink
Merge pull request loong#7 from tyronehou/master
Browse files Browse the repository at this point in the history
Fix typo in Exercise 1 README
  • Loading branch information
loong committed Jul 31, 2017
2 parents 82f526c + 209e351 commit 27b518e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1-producer-consumer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Producer-Consumer Szenario
# Producer-Consumer Scenario

The producer reads in tweets from a mockstream and a consumer is processing the data to find out whether someone has tweeted about golang or not. The task is to modify the code inside `main.go` so that producer and consumer can run concurrently to increase the throughput of this program.

Expand All @@ -21,4 +21,4 @@ ironzeb tweets about golang
beertocode tweets about golang
vampirewalk666 tweets about golang
Process took 1.977756255s
```
```

0 comments on commit 27b518e

Please sign in to comment.