From ddf81849ca213b3fc3973be32a89782a6a0a3fae Mon Sep 17 00:00:00 2001 From: Yuchen Jin Date: Mon, 30 Sep 2024 15:10:08 +0000 Subject: [PATCH] 0.3.2 - fix typo Fix a typo in the readme file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d964a61..7a5cd28 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ body { > [!NOTE] > -> Using `"inherit" | "unset"` is a new feature provided by dash-json-grid since v0.4.2. +> Using `"inherit" | "unset"` is a new feature provided by dash-json-grid since v0.3.2. > The original component (react-json-grid@0.7.0) does not support this feature yet. ## 6. Contributing