Skip to content

Commit 14a5264

Browse files
committed
Remove beta warning
1 parent 96e78eb commit 14a5264

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# react-docgen
22

3-
[`react-docgen`](./packages/react-docgen/) is a highly customizable library that extracts information from
4-
[React](https://reactjs.org/) components and returns this information in a
5-
structured machine readable format from which documentations can be generated.
3+
[`react-docgen`](./packages/react-docgen/) is a highly customizable library that
4+
extracts information from [React](https://reactjs.org/) components and returns
5+
this information in a structured machine readable format from which
6+
documentations can be generated.
67

7-
[`@react-docgen/cli`](./packages/react-docgen-cli/) is a cli wrapper around the library allowing using `react-docgen` on the command line.
8+
[`@react-docgen/cli`](./packages/react-docgen-cli/) is a cli wrapper around the
9+
library allowing using `react-docgen` on the command line.
810

911
## Documentation
1012

11-
For version 5.x please checkout the [README.md on the 5.x branch](https://github.com/reactjs/react-docgen/blob/5.x/README.md)
13+
For version 5.x please checkout the
14+
[README.md on the 5.x branch](https://github.com/reactjs/react-docgen/blob/5.x/README.md)
1215

13-
For version 6.x please checkout [react-docgen.dev](https://react-docgen.dev)
14-
15-
Version 6 is currently only available as alpha version (latest being `6.0.0-beta.5`)
16+
For version 6.x please visit [react-docgen.dev](https://react-docgen.dev)
1617

1718
## License
1819

0 commit comments

Comments
 (0)