Skip to content

Commit 57a26e8

Browse files
authored
Update README.md
1 parent 449c0b0 commit 57a26e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ Each story multi-method compiles to a ES module that Storybook.js can understand
159159
#### Examples
160160
| Dispatch Value | Output File |
161161
|----------------|-------------|
162-
| `"Component/Buttons/Primary"` | `js-out/component/buttons/primary_story.js` |
163-
| `"Component/Forms/Input/Text"` | `js-out/component/forms/input/text_story.js` |
164-
| `"Layout/Card/Basic"` | `js-out/layout/card/basic_story.js` |
165-
| `"Feedback/Alert/Types"` | `js-out/feedback/alert/types_story.js` |
162+
| `"Component/Buttons/Primary"` | `.storybook/js-out/component/buttons/primary_story.js` |
163+
| `"Component/Forms/Input/Text"` | `.storybook/js-out/component/forms/input/text_story.js` |
164+
| `"Layout/Card/Basic"` | `.storybook/js-out/layout/card/basic_story.js` |
165+
| `"Feedback/Alert/Types"` | `.storybook/js-out/feedback/alert/types_story.js` |
166166

167167
**Popular Organizational Approaches:**
168168

0 commit comments

Comments
 (0)