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

Commit 1dc38b4

Browse files
authored
docs: remove next tag from install
1 parent 5b281f3 commit 1dc38b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ Make sure to check out [docz's `examples` directory](https://github.com/doczjs/d
2929
Start by adding **Docz** as a dependency :
3030

3131
```sh
32-
yarn add docz@next # react react-dom
32+
yarn add docz@
33+
# react react-dom
3334
```
3435
or
3536
```sh
36-
npm add docz@next # react react-dom
37+
npm add docz # react react-dom
3738
```
3839

3940
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.

0 commit comments

Comments
 (0)