Skip to content

Commit

Permalink
edit commands for installing @markdoc/markdoc (#6622)
Browse files Browse the repository at this point in the history
* edit commands for installing @markdoc/markdoc

* Create twenty-islands-protect.md

---------

Co-authored-by: Ben Holmes <hey@bholmes.dev>
  • Loading branch information
paulrudy and bholmesdev committed Mar 22, 2023
1 parent 0283ac6 commit b37b865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-islands-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/markdoc": patch
---

Fix README instructions for installing Markdoc manually.
6 changes: 3 additions & 3 deletions packages/integrations/markdoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.
Expand Down

0 comments on commit b37b865

Please sign in to comment.