From 4af4861c24ab4ed6afeab8750f3644a17c952999 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Wed, 17 Jan 2024 03:05:06 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfc0c191..b8541db3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ In this mode, the addon will not be just an API, but will be a full Route takeov # For fresh Install npm create astro@latest # Create Empty Install with standard typescript -# Then Delete entire pages folder +# Then Delete entire `pages` folder under `/src/` npx astro add @matthiesenxyz/astro-ghostcms ```