From 35cd0630c56182238cfb695d87d17f6aa24123a2 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Wed, 1 Mar 2023 14:28:20 -0500 Subject: [PATCH] docs: add "exclusively" to README --- examples/with-markdoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-markdoc/README.md b/examples/with-markdoc/README.md index b81a5a557..8d9492bdb 100644 --- a/examples/with-markdoc/README.md +++ b/examples/with-markdoc/README.md @@ -37,7 +37,7 @@ Inside of your Astro project, you'll see the following folders and files: └── tsconfig.json ``` -Markdoc can be used in content collections with the `.mdoc` extension. See `content/docs/` for an example. +Markdoc can be used in content collections _exclusively_ with the `.mdoc` extension. See `content/docs/` for an example file. You can also apply Astro components and server-rendered UI components (React, Vue, Svelte, etc) to your Markdoc files. See `src/content/DocsContent.astro` for an example.