Skip to content

Commit

Permalink
Remove next tag from docs (#8323)
Browse files Browse the repository at this point in the history
Remove `next` tag from docs
  • Loading branch information
shilman committed Oct 14, 2019
1 parent bcb5a68 commit e884d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/README.md
Expand Up @@ -94,7 +94,7 @@ features as well. This chart captures the current state of support
First add the package. Make sure that the versions for your `@storybook/*` packages match:

```sh
yarn add -D @storybook/addon-docs@next
yarn add -D @storybook/addon-docs
```

Docs has peer dependencies on `react` and `babel-loader`. If you want to write stories in MDX, you may need to add these dependencies as well:
Expand Down

0 comments on commit e884d9a

Please sign in to comment.