From 59676111da75de1316c93d165cc3a20a4ca51c9a Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sun, 28 Jan 2024 03:39:38 -0800 Subject: [PATCH] correct commands --- www/src/content/docs/docs/introduction/integration/quick.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/src/content/docs/docs/introduction/integration/quick.md b/www/src/content/docs/docs/introduction/integration/quick.md index ab962e75..1f76ef74 100644 --- a/www/src/content/docs/docs/introduction/integration/quick.md +++ b/www/src/content/docs/docs/introduction/integration/quick.md @@ -5,7 +5,7 @@ description: Integration Mode - Quick Install ```sh title="Simple" # Run this command and follow the prompt! -npx astro add @matthiesenxyz/create-astro-ghostcms +npx @matthiesenxyz/create-astro-ghostcms # Want to pass arguments through to the command? YOU CAN! # `--install` : Sets Install Dependencies to 'true' # `--git` : Initiates git Repo @@ -13,7 +13,7 @@ npx astro add @matthiesenxyz/create-astro-ghostcms ``` ```sh title="Advanced" -npx astro add @matthiesenxyz/create-astro-ghostcms