From 27a4a934d55a8255dfcd20cb9c0c701f09ad35f7 Mon Sep 17 00:00:00 2001 From: Joss Moffatt Date: Tue, 24 Oct 2023 07:43:42 +0000 Subject: [PATCH] Fixing wromg install command --- 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 ```