From 3dfebda205679584865f14c95e1b84147e15c925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sat, 21 Dec 2019 17:23:28 +0100 Subject: [PATCH] fixed case of the module name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7afb415..aa0e619 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ https://todo.sr.ht/~cedric/stegano ```bash -$ poetry install Stegano +$ poetry install stegano ``` You will be able to use Stegano in your Python programs. @@ -28,7 +28,7 @@ You will be able to use Stegano in your Python programs. If you only want to install Stegano as a command line tool: ```bash -$ pipx install Stegano +$ pipx install stegano ``` pipx installs scripts (system wide available) provided by Python packages into