From 1b6db93e8034fbf55af4526dd720684e0c2a172c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 23 Dec 2021 17:28:31 +0100 Subject: [PATCH] fix: [doc] typo fixed Fix #11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faef17d..af6fe37 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Type "help", "copyright", "credits" or "license" for more information. ## Use it as a command line tool ~~~bash -$ pipx install git-vuln-finder +$ pip install git-vuln-finder $ git-vuln-finder --help ~~~