Skip to content

Commit 308b160

Browse files
authored
Merge pull request #1043 from shilman/1042-update-readme
Update README
2 parents 8c6655f + 3f41970 commit 308b160

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It allows you to browse a component library, view the different states of each c
1111

1212
## Intro
1313

14-
![React Storybook Screenshot](packages/react-storybook/docs/demo.gif)
14+
![React Storybook Screenshot](app/react/docs/demo.gif)
1515

1616
Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies.
1717

@@ -31,22 +31,22 @@ Once it's installed, you can `npm run storybook` and it will run the development
3131
For full documentation on using Storybook visit: [storybooks.js.org](https://storybooks.js.org)
3232

3333
## Main Projects
34-
- [Storybook for react](app/react-storybook) - Storybook for React components
35-
- [Storybook for react-native](packages/react-native-storybook) - Storybook for React components
34+
- [Storybook for react](app/react) - Storybook for React components
35+
- [Storybook for react-native](app/react-native) - Storybook for React components
3636

3737
## Sub Projects
3838
- [Storyshots](lib/storyshots) - Easy snapshot testing for storybook
3939
- [CLI](lib/cli) - Streamlined installation for a variety of app types
4040
- [examples](examples) - Code examples to illustrate different Storybook use cases
4141

4242
## Addons
43-
- [addon-actions](addon/actions/) - Log actions as users interact with components in storybook
44-
- [addon-comments](addon/comments/) - Comment on storybook stories
45-
- [addon-graphql](addon/graphql/) - Query a GraphQL server within Storybook stories
46-
- [addon-info](addon/info/) - Annotate stories with extra component usage information
47-
- [addon-knobs](addon/knobs/) - Interactively edit component prop data in the Storybook UI
48-
- [addon-notes](addon/notes/) - Annotate storybook stories with notes
49-
- [addon-options](addon/options/) - Customize the storybook UI in code
43+
- [addon-actions](addons/actions/) - Log actions as users interact with components in storybook
44+
- [addon-comments](addons/comments/) - Comment on storybook stories
45+
- [addon-graphql](addons/graphql/) - Query a GraphQL server within Storybook stories
46+
- [addon-info](addons/info/) - Annotate stories with extra component usage information
47+
- [addon-knobs](addons/knobs/) - Interactively edit component prop data in the Storybook UI
48+
- [addon-notes](addons/notes/) - Annotate storybook stories with notes
49+
- [addon-options](addons/options/) - Customize the storybook UI in code
5050

5151
## Contributing
5252

0 commit comments

Comments
 (0)