From 32574a46813c9049083afa01566ddda5ff4f0bf0 Mon Sep 17 00:00:00 2001 From: Nick Koutrelakos Date: Sat, 23 Nov 2024 00:54:26 -0800 Subject: [PATCH] docs: update README.md (#654) remove a small duplication --- README.md | 2 -- 1 file changed, 2 deletions(-) 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;