From 9fe080221f0a4f53e319bb635ecedd67f1bee518 Mon Sep 17 00:00:00 2001 From: Joss Moffatt Date: Tue, 24 Oct 2023 08:46:10 +0100 Subject: [PATCH] :bug: Fixing wrong install command (#9) --- docs/src/content/docs/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/getting-started/installation.mdx b/docs/src/content/docs/getting-started/installation.mdx index d143bcf..3050bed 100644 --- a/docs/src/content/docs/getting-started/installation.mdx +++ b/docs/src/content/docs/getting-started/installation.mdx @@ -12,7 +12,7 @@ You can easily add this project to your own by using your favorite project manag ```bash - foo@bar:~$ pip install bookshelf + foo@bar:~$ pip install bookshelf-cli ```