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 authored Oct 8, 2019
2 parents 4ebcbe9 + 392aeaf commit 252feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/README.md
Original file line number Diff line number Diff line change
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

1 comment on commit 252feb2

@vercel
Copy link

@vercel vercel bot commented on 252feb2 Oct 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.