diff --git a/README.md b/README.md index b454398..6ea39be 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Parse the data provided, wrap the result in a new node, and return the root of t style: true, // keep text content when parsing pre: true // keep text content when parsing }, - closeAllOnClosing: false // Close all non-closed tags when containing element closes + closeAllByClosing: false // Close all non-closed tags when containing element closes } ```