Skip to content

Commit

Permalink
typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobarbera committed Nov 3, 2014
1 parent 8826534 commit c3422f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ Counts number of tweets over time, either from a file in json format, or from a
python count-tweets -f tweets.json -t minute
## count tweets in a file (tweets in json format), by hour
python count-tweets -f tweets.json -t hour
python count-tweets.py -f tweets.json -t hour
## count tweets in a MongoDB collection, by minute
python count-tweets -host localhost -db tweets -c example -t minute
python count-tweets.py -host localhost -db tweets -c example -t minute
```

Expand Down

0 comments on commit c3422f8

Please sign in to comment.