8000 Fix english error at README.md by gabrielgfa · Pull Request #128 · dfm/osrc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Fix english error at README.md #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
8000 Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
5E51
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To run the analysis, you'll need to:
* Install [Redis](http://redis.io) and run `redis-server`

Version 2 of the OSRC comes with a daemon `osrcd` designed to be run once a day to update the
stats. To initialize the database with the event stream starting at the beinning of 2013, run:
stats. To initialize the database with the event stream starting at the beginning of 2013, run:

```
./osrcd --since 2013-01-01
Expand Down
0