aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-29 00:24:50 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-29 00:24:50 -0500
commit700ffcdbb6a7d4599b54b34f0bd2a8fdf48d5bef (patch)
treeaf34939078aca0f31185b481f75e1073ba3f7b38
parentea85cd451eb052e80b38a04e25918290094325b4 (diff)
downloadnba-scores-700ffcdbb6a7d4599b54b34f0bd2a8fdf48d5bef.tar.gz
nba-scores-700ffcdbb6a7d4599b54b34f0bd2a8fdf48d5bef.tar.bz2
nba-scores-700ffcdbb6a7d4599b54b34f0bd2a8fdf48d5bef.zip
fix typo in README
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e10029a..cabecc8 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@
NBA is a simple Python package that provides you with a quick and easy
command-line interface to current NBA scores and standings.
-See the Installation & Usage sections below for more information.
+See the [Installation](#installation) & [Usage](#usage) sections below
+for more information.
# Table of Contents
@@ -18,7 +19,7 @@ See the Installation & Usage sections below for more information.
## PyPi
```shell
-bash pipx install nba-cli
+pipx install nba-cli
```
## Manual