summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/twenty-islands-protect.md5
-rw-r--r--packages/integrations/markdoc/README.md6
2 files changed, 8 insertions, 3 deletions
diff --git a/.changeset/twenty-islands-protect.md b/.changeset/twenty-islands-protect.md
new file mode 100644
index 000000000..7d035955e
--- /dev/null
+++ b/.changeset/twenty-islands-protect.md
@@ -0,0 +1,5 @@
+---
+"@astrojs/markdoc": patch
+---
+
+Fix README instructions for installing Markdoc manually.
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()`.