Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylantientcheu committed Dec 18, 2022
1 parent da47dbf commit 638e530
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,24 @@ nbacli games

<small>Navigate through the games using the <kbd>↑</kbd> arrow keys <kbd>↓</kbd> and press <kbd>Enter</kbd> to get the stats for a specific game.</small>

#### Get the stats for the day before

```bash
# Get the stats for the day before
nbacli games --yesterday
# or the day after
nbacli games --tomorrow
# or a specific date
nbacli games --date YYYYMMDD
```

#### or the day after
### Get the conference standings

```bash
nbacli games --tomorrow
nbacli standings
```

### Get the games for a specific date
<small>Highlight rows <kbd>↑</kbd> <kbd>↓</kbd> and press <kbd>Tab</kbd> to switch tabs.</small>

```bash
nbacli games --date YYYYMMDD
```
![Alt text](screenshots/standings.png)

## ⌨️ Under the hood

Expand Down
Binary file added screenshots/standings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 638e530

Please sign in to comment.