From 1445a55c8007e41d685ed54043491d22accc3190 Mon Sep 17 00:00:00 2001 From: Gumball12 Date: Sat, 11 Nov 2023 01:26:17 +0900 Subject: [PATCH] docs: add missing option prop ignoreHtmlEntity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e045a6b..4908ba9 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ type Options = Partial<{ sep: string | string[]; fixationPoint: number; ignoreHtmlTag: boolean; + ignoreHtmlEntity: boolean; }>; ```