Skip to content

Commit f74bdc8

Browse files
committed
update docs
1 parent b2d6fe1 commit f74bdc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/docs/getting-started.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,19 @@ If you prefer to set up htmldocs manually, follow these steps:
7979
<CodeGroup>
8080

8181
```bash npm
82-
npm install @htmldocs/react @htmldocs/render
82+
npm install htmldocs @htmldocs/react @htmldocs/render
8383
```
8484

8585
```bash pnpm
86-
pnpm add @htmldocs/react @htmldocs/render
86+
pnpm add htmldocs @htmldocs/react @htmldocs/render
8787
```
8888

8989
```bash yarn
90-
yarn add @htmldocs/react @htmldocs/render
90+
yarn add htmldocs @htmldocs/react @htmldocs/render
9191
```
9292

9393
```bash bun
94-
bun add @htmldocs/react @htmldocs/render
94+
bun add htmldocs @htmldocs/react @htmldocs/render
9595
```
9696

9797
</CodeGroup>

0 commit comments

Comments
 (0)