Skip to content

Commit

Permalink
Update recipes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman authored Oct 10, 2019
1 parent 41e08a3 commit 86c19ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/docs/docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ basic.story = {

```md
import { Meta, Story } from '@storybook/addon-docs/blocks';
import \* as stories from './Button.stories.js';
import * as stories from './Button.stories.js';
import { SomeComponent } from 'path/to/SomeComponent';

<Meta {...stories.default} />
<Meta title="Demo/Button" component={Button} />

# Button

Expand Down

1 comment on commit 86c19ca

@vercel
Copy link

@vercel vercel bot commented on 86c19ca Oct 10, 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.