diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-29 00:24:50 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-29 00:24:50 -0500 |
commit | 700ffcdbb6a7d4599b54b34f0bd2a8fdf48d5bef (patch) | |
tree | af34939078aca0f31185b481f75e1073ba3f7b38 | |
parent | ea85cd451eb052e80b38a04e25918290094325b4 (diff) | |
download | nba-scores-700ffcdbb6a7d4599b54b34f0bd2a8fdf48d5bef.tar.gz nba-scores-700ffcdbb6a7d4599b54b34f0bd2a8fdf48d5bef.tar.bz2 nba-scores-700ffcdbb6a7d4599b54b34f0bd2a8fdf48d5bef.zip |
fix typo in README
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |