Fixing README.md example for addons/info

This commit is contained in:
Matthew Oaxaca 2017-10-03 12:01:30 -07:00
parent bc2b7ce6a2
commit 670a6de5e9

View File

@ -52,7 +52,7 @@ storiesOf('Component', module)
withInfo({
text: 'String or React Element with docs about my component', // Warning! This option's name will be likely renamed to "summary" in 3.3 release. Follow this PR #1501 for details
// other possible options see in Global options section below
)(() =>
})(() =>
<Component>Click the "?" mark at top-right to view the info.</Component>
)
)