From 1a8e17f5d616fe1452a8ab386b8499d5c9171c82 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 12 Jan 2017 10:43:42 -0800 Subject: [PATCH] Updated README to include sortStoriesByKind option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92c4c683b70f..32bce157ba85 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ setOptions({ showDownPanel: false, showSearchBox: false, downPanelInRight: false, + sortStoriesByKind: false, }); storybook.configure(() => require('./stories'), module);