diff --git a/README.md b/README.md index b95719f932..c1e96b09ed 100644 --- a/README.md +++ b/README.md @@ -385,8 +385,6 @@ You can pass these parameters to getStorybookUI call in your storybook entry poi storage?: Object (undefined) -- {getItem: (key: string) => Promise;setItem: (key: string, value: string) => Promise;} -- Custom storage to be used instead of AsyncStorage - shouldPersistSelection: Boolean (true) - -- Stores last selected story in your devices storage. onDeviceUI?: boolean; -- show the ondevice ui enableWebsockets?: boolean;