Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit bbacb39

Browse files
committed
docs: add next flag
1 parent 2926896 commit bbacb39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Getting started with **Docz** is really quick and easy.
9090
Firstly, install `docz` using your favourite package manager:
9191

9292
```bash
93-
$ yarn add --dev docz react react-dom
93+
$ yarn add --dev docz@next react react-dom
9494

9595
# or
9696

97-
$ npm install --save-dev docz react react-dom
97+
$ npm install --save-dev docz@next react react-dom
9898
```
9999

100100
**Note**: `react` and `react-dom` will not be installed automatically. You'll have to install them yourself.

0 commit comments

Comments
 (0)