docs: README edits

This commit is contained in:
bholmesdev 2023-02-14 09:08:56 -05:00
parent aa01a2c512
commit cb89b73191

View file

@ -28,7 +28,7 @@ Inside of your Astro project, you'll see the following folders and files:
└── package.json
```
Markdoc can be used within content collection using the `.mdoc` extension. See `content/docs/` for an example.
Markdoc can be used in content collections with the `.mdoc` extension. See `content/docs/` for an example.
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 configuration.