From 0af481055cd231c9da2797f1e9239a6af99cbd2c Mon Sep 17 00:00:00 2001 From: e11sy <130844513+e11sy@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:26:26 +0300 Subject: [PATCH] Update README.md Co-authored-by: Peter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d23226..2bd8ce5 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ var editor = EditorJS({ | Field | Type | Description | | ----------------- | --------- | ------------------------------------------------------------------------------------------------------------------------- | | style | `string` | list will be rendered with this style: `ordered`, `unordered` or `checklist`, default is `defaultStyle` from tool config | -| meta | `ItemMeta`| Item meta based on the list type | +| meta | `ItemMeta`| Item meta based on the list style | | items | `Item[]` | the array of list's items | Object `Item`: