From 75a9ebe6bfdd3aebd06aa12066c8f7a3d016af2d Mon Sep 17 00:00:00 2001 From: colons Date: Fri, 7 Apr 2023 13:55:22 +0100 Subject: [PATCH] [Installation] Don't refer to pip in all-caps. (#21) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index fd47787..3be6047 100644 --- a/Installation.md +++ b/Installation.md @@ -36,7 +36,7 @@ sudo yt-dlp -U ``` -# With [PIP](https://pypi.org/project/pip) +# With [pip](https://pypi.org/project/pip) You can install the [PyPI package](https://pypi.org/project/yt-dlp) with: ```bash