From 7373979e30d217eed3f8e6edd2ea2afe183ad60d Mon Sep 17 00:00:00 2001 From: shouzy <82171453+realshouzy@users.noreply.github.com> Date: Sat, 8 Jun 2024 23:23:44 +0200 Subject: [PATCH] Fix mistake in `README.md` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 680e775a..e9bbeea3 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ To install, simply use pip: -```console +```shell pip install pip-manage ``` Alternatively: -```console +```shell pip install git+https://github.com/realshouzy/pip-manage ```