diff options
Diffstat (limited to 'packages/integrations/markdoc/README.md')
-rw-r--r-- | packages/integrations/markdoc/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index ba107ea75..76291e763 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -306,11 +306,11 @@ You will need to install the `@markdoc/markdoc` package into your project first: ```sh # Using NPM -npx astro add @markdoc/markdoc +npm install @markdoc/markdoc # Using Yarn -yarn astro add @markdoc/markdoc +yarn add @markdoc/markdoc # Using PNPM -pnpm astro add @markdoc/markdoc +pnpm add @markdoc/markdoc ``` Now, you can define Markdoc configuration options using `Markdock.transform()`. |