Skip to content

Commit e203cfd

Browse files
authored
Update README.md
1 parent 67fb110 commit e203cfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It provides a default implementation for React components defined via
99
(stateless components). These component definitions must follow certain
1010
guidelines in order to be analyzable (see below for more info).
1111

12-
> react-docgen is a low level tool to extract information about react components. If you are searching for a more high level tool try [react-styleguidist](https://github.com/styleguidist/react-styleguidist) which comes with a complete styleguide and is build on top of react-docgen.
12+
> react-docgen is a low level tool to extract information about react components. If you are searching for a more high level styleguide with nice interface try [react-styleguidist](https://github.com/styleguidist/react-styleguidist) or any of the other tools listed in the [wiki](https://github.com/reactjs/react-docgen/wiki).
1313
1414
## Install
1515

@@ -24,7 +24,6 @@ npm install --save-dev react-docgen
2424
```
2525

2626

27-
2827
## CLI
2928

3029
Installing the module adds a `react-docgen` executable which allows you to convert

0 commit comments

Comments
 (0)