From 4da7cf9a18ecf59e099830e4db26ec87648a663c Mon Sep 17 00:00:00 2001 From: Lan5880 <67932379+Lan5880@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:26:26 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4976dc8..8ed243a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Features: - Looks like Github's README - Supports `` tags for vue components ([example-vue/components/MyButton/MyButton.vue](https://github.com/tuchk4/storybook-readme/blob/master/packages/example-vue/components/MyButton/MyButton.vue)). -Also it very useful because most projects and components already have _README.md_ files. Now it is easy to add them into your Storybook. +Also it is very useful because most projects and components already have _README.md_ files. Now it is easy to add them into your Storybook. Stories will be added with _.addWithInfo_ method if [Storybook Info Addon](https://github.com/storybooks/storybook/tree/master/addons/info) is installed.