From e3bb3b34e46123c3d0e906a027f986ff415ed72b Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Tue, 5 Mar 2024 22:30:58 +0100 Subject: [PATCH] chore(readme): update readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4d05863..0f08dc8 100644 --- a/Readme.md +++ b/Readme.md @@ -36,7 +36,7 @@ If you don't want to use Directus CMS: - Delete /src/pages/recipes.astro - `pnpm remove @directus/sdk` -If you want to use Directus, make sure to grant the view permission to the public for the collection and `directus_fields` in your Directus dashboard. Adjust the /src/lib/directus for your content. +If you want to use Directus, make sure to grant the view permission to the public for the collection(s) you want to use and `directus_fields` in your Directus dashboard. Adjust the /src/lib/directus for your content. ### Add shadcn/ui components