From 9cffb48ae6a5c026feeb7b4c92b516852b030494 Mon Sep 17 00:00:00 2001 From: Keraito Date: Mon, 30 Apr 2018 20:02:01 +0200 Subject: [PATCH] Update commas in examples --- addons/notes/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/notes/README.md b/addons/notes/README.md index 065789606c2..c28194be815 100644 --- a/addons/notes/README.md +++ b/addons/notes/README.md @@ -61,7 +61,7 @@ import someMarkdownText from './someMarkdownText.md'; storiesOf('Component', module).add( 'With Markdown', - () => + () => , { notes: { markdown: someMarkdownText } } ); ``` @@ -74,7 +74,7 @@ import Component from './Component'; storiesOf('Component', module).add( 'With Markdown', - () => + () => , { notes: { markdown: ` # Hello World