Skip to content

Commit 58d218c

Browse files
committed
docs: updated ss in readme
1 parent 89b2833 commit 58d218c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ Session Storage like module for React Native for session-bound storage.
66

77
This module is **NOT** an alternative for *Async Storage* which is meant for persistent storage. Instead, this module provides a "volatile" session-bound storage which gets cleared when the app is re-opened.
88

9-
<div style="display: flex; justify-content: space-around; width: 320px; margin: 0 auto;">
10-
<img src=".github/assets/demo_app_ss.png" alt="Example App Screenshot" style="border: 1px solid gray;" />
11-
</div>
9+
<img src=".github/assets/demo_app_ss.png" width="320" alt="Example App Screenshot">
10+
1211

1312
## Installation
1413

0 commit comments

Comments
 (0)