From 092a5271ca54d2b3ad21f3ad894d964457354b70 Mon Sep 17 00:00:00 2001 From: Patrick Kubiak Date: Sat, 2 Nov 2024 15:41:32 -0400 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6071358..1b420e1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Enjoy listening to music and learning a new language! Requires Python 3.11+ and [pipx](https://pipx.pypa.io/stable/). -Install the `console-songs` script with pipx from [PyPi](https://pypi.org/project/console-songs/). +Install the `console-songs` script with pipx from [PyPI](https://pypi.org/project/console-songs/). ``` pipx install console-songs==2024.11.03 ``` @@ -216,7 +216,7 @@ pytest ### Publishing -Publish a new version to PyPi. +Publish a new version to PyPI. ``` python3 -m build python3 -m pip install --upgrade twine