Add hierarchySeparator to README

This commit is contained in:
Joscha Feth 2017-07-11 00:53:33 +10:00 committed by GitHub
parent f2054b91d8
commit 28eb25af2e

View File

@ -44,6 +44,7 @@ setOptions({
showSearchBox: false,
downPanelInRight: false,
sortStoriesByKind: false,
hierarchySeparator: /\./,
});
storybook.configure(() => require('./stories'), module);