From be4ee8dabe86320e5640696dd8ad7a8ffd7b01ad Mon Sep 17 00:00:00 2001
From: Woo Dohyeong <wdh2100@gmail.com>
Date: Sun, 20 Feb 2022 21:48:18 +0900
Subject: [PATCH] document : fix README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1c664d10f..6c7f0a0cb 100644
--- a/README.md
+++ b/README.md
@@ -246,7 +246,7 @@ The component accepts the following props:
 |**`tableBodyMaxHeight`**|string||CSS string for the height of the table (ex: '500px', '100%', 'auto').
 |**`textLabels`**|object||User provided labels to localize text.
 |**`viewColumns`**|boolean or string|true|Show/hide viewColumns icon from toolbar. Possible values:<p><ul><li>true: Button is visiable and clickable.</li><li>false: Button is not visible.</li><li>disabled: Button is visible, but not clickable.</li></ul></p>
-|**`storageKey`**|string|| ave current state to local storage.
+|**`storageKey`**|string|| ave current state to local storage.(Only browser)
 
 ## Customize Columns