From 9386ee21cd4c9aaadf3b958dc216bad2122c4e38 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 29 Mar 2025 00:59:25 -0500 Subject: update screenshots --- README.md | 6 +++--- pyproject.toml | 2 +- screenshots/installation.png | Bin 0 -> 167560 bytes screenshots/scores.png | Bin 245536 -> 225677 bytes screenshots/standings.png | Bin 487697 -> 373984 bytes 5 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 screenshots/installation.png diff --git a/README.md b/README.md index 23e8f7f..63fd263 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ cd nba pipx install . ``` -![Installation](https://github.com/ccleberg/nba/blob/main/examples/installation.png?raw=true) +![Installation](https://github.com/ccleberg/nba/blob/main/screenshots/installation.png?raw=true) # Usage @@ -47,10 +47,10 @@ All commands can be passed to the program with the following template: | `--standings` | `-st` | Show current conference standings | Scores: -![Scores](https://github.com/ccleberg/nba/blob/main/examples/scores.png?raw=true) +![Scores](https://github.com/ccleberg/nba/blob/main/screenshots/scores.png?raw=true) Standings: -![Standings](https://github.com/ccleberg/nba/blob/main/examples/standings.png?raw=true) +![Standings](https://github.com/ccleberg/nba/blob/main/screenshots/standings.png?raw=true) # Contributing diff --git a/pyproject.toml b/pyproject.toml index 9e2ccce..a2de2cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nba-scores" -version = "0.1.4" +version = "0.1.5" authors = [ { name="Christian Cleberg", email="hello@cmc.pub" }, ] diff --git a/screenshots/installation.png b/screenshots/installation.png new file mode 100644 index 0000000..3e2cc73 Binary files /dev/null and b/screenshots/installation.png differ diff --git a/screenshots/scores.png b/screenshots/scores.png index fd3fc6a..6307ad2 100644 Binary files a/screenshots/scores.png and b/screenshots/scores.png differ diff --git a/screenshots/standings.png b/screenshots/standings.png index 1505d4f..cf7cdbb 100644 Binary files a/screenshots/standings.png and b/screenshots/standings.png differ -- cgit v1.2.3-70-g09d2