diff options
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/markdoc/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 15eec3577..2303b4465 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -42,9 +42,8 @@ npm install @astrojs/markdoc Then, apply this integration to your `astro.config.*` file using the `integrations` property: -**`astro.config.mjs`** - -```js ins={2} "markdoc()" +```js ins={3} "markdoc()" +// astro.config.mjs import { defineConfig } from 'astro/config'; import markdoc from '@astrojs/markdoc'; |