Skip to content

Commit

Permalink
docs: update README.md (#654)
Browse files Browse the repository at this point in the history
remove a small duplication
  • Loading branch information
wkoutre authored Nov 23, 2024
1 parent 3fbf0c2 commit 32574a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ You can pass these parameters to getStorybookUI call in your storybook entry poi
storage?: Object (undefined)
-- {getItem: (key: string) => Promise<string | null>;setItem: (key: string, value: string) => Promise<void>;}
-- 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;
Expand Down

0 comments on commit 32574a4

Please sign in to comment.