Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 8c94d8e

Browse files
authored
Update getting-started.mdx
1 parent 923afaf commit 8c94d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/documentation/general/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yarn add docz # react react-dom
3333
```
3434
or
3535
```sh
36-
npm add docz # react react-dom
36+
npm install docz # react react-dom
3737
```
3838

3939
After installing Docz in your project, you may find it convenient to add three scripts to your `package.json` to run, build and serve your Docz website.
@@ -92,7 +92,7 @@ With your first `.mdx` document created, you can open your browser and visit `lo
9292

9393
![](https://cdn-std.dprcdn.net/files/acc_649651/Y825GV)
9494

95-
We cover more of what you can do with _MDX_ in the [**Writing MDX**](/docs/writing-mdx) page.
95+
We cover more of what you can do with Docz in [**Built-in Components**](/docs/built-in-components) and what you can do with _MDX_ in the [**Writing MDX**](/docs/writing-mdx) page.
9696

9797
## Build
9898

0 commit comments

Comments
 (0)