Skip to content

Commit

Permalink
Update README, fix reference to old syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffharcourt committed May 11, 2015
1 parent c50b657 commit f8a3feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
@@ -1,7 +1,7 @@
Greenmonster
============

Greenmonster is a toolkit for baseball stat enthusiasts or sabermetricians to build a database of play-by-play stats from MLB's [Gameday XML data](http://gd.mlb.com/components/game/). The current tool provides the ability to spider Gameday XML data from MLB's servers for personal research. Future iterations of the tool will provide the ability to parse the data and store it in a SQL database.
Greenmonster is a toolkit for baseball stat enthusiasts or sabermetricians to retrieve play-by-play stats from MLB's [Gameday XML data](http://gd.mlb.com/components/game/). The tool provides the ability to spider Gameday XML data from MLB's servers for personal research.

Usage
=====
Expand Down Expand Up @@ -31,7 +31,7 @@ Download games from a given date.
Greenmonster::DaySpider.new(date: Date.today, sport_code: "mlb").pull

# Pull all rookie league games for today
Greenmonster::Spider.pull_day(date: Date.today, sport_code: "rok")
Greenmonster::DaySpider(date: Date.today, sport_code: "rok").pull
```

Requirements
Expand Down

0 comments on commit f8a3feb

Please sign in to comment.