Skip to content

Commit 95521ba

Browse files
authored
Update README.md
1 parent 1bb715b commit 95521ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Also, HMPL can be a great alternative to popular tools such as HTMX and Alpine.j
5656
- **Server-oriented**: Work with the server directly through markup and with a little js
5757
- **Generate thousands of DOM nodes from a single template**: Work with large components not only on the server but also on the client
5858
- **Simple**: Get ready-made UI from the server by writing a couple of lines of familiar object syntax
59-
- **Protected from XSS attacks**: Sanitize incoming HTML from the server with [DOMPurify](https://www.npmjs.com/package/dompurify) and work with it safely
59+
- **Protected from XSS attacks**: Enable incoming server HTML sanitization with [DOMPurify](https://www.npmjs.com/package/dompurify) and work with it safely
6060
- **Flexible**: Can be used in almost any project due to not only working through a script, but also working in files with the `.hmpl` extension
6161
- **Integrated with JSON5**: Flexible writing of objects by [specs](https://spec.json5.org) as in vanilla js, as well as the reliability of the parser used by millions of people
6262
- **Small bundle size**: Lots of functionality in a couple of kilobytes

0 commit comments

Comments
 (0)