Skip to content

Commit

Permalink
docs: add missing option prop ignoreHtmlEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball12 committed Nov 10, 2023
1 parent d853263 commit 1445a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ type Options = Partial<{
sep: string | string[];
fixationPoint: number;
ignoreHtmlTag: boolean;
ignoreHtmlEntity: boolean;
}>;
```

Expand Down

0 comments on commit 1445a55

Please sign in to comment.