diff --git a/README.md b/README.md index 9a84264..7c12e32 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ GitHub user toddrob99 for this resource). ## Usage mlblive provides sub-commands to query a subset of the Stats API endpoints. As of the time of writing, the sub-commands are: -* `mlblive content` (accesses the `/content` endpoint) -* `mlblive feed` (accesses the `/feed/live` endpoint) -* `mlblive schedule` (accesses the `/schedule` endpoint) +* `mlblive content` (accesses the `game_content` endpoint) +* `mlblive feed` (accesses the `game` endpoint) +* `mlblive schedule` (accesses the `schedule` endpoint) +* `mlblive standings` (accesses the `standings` endpoint) * `mlblive subscribe` (accesses the game WebSocket endpoint) Each sub-command outputs the raw JSON response from the API. This can then be @@ -29,8 +30,8 @@ functionality as needed. ### subscribe sub-command `mlblive subscribe` provides an efficient way to obtain live data on active MLB games. Supply the game's PK (which can be retrieved with `mlblive schedule`) to -receive updates as they happen, without needing to blindly query the -`/feed/live` endpoint. +receive updates as they happen, without needing to blindly query the `game` +endpoint. ## Disclaimer This program and its author are not affiliated with MLB. Content supplied by