Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit d17bb4d

Browse files
committed
Update README.md
1 parent 6aefda0 commit d17bb4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var options = {
4747
* **reversible:** Makes the JSON reversible to XML (*)
4848
* **coerce:** Makes type coercion. i.e.: numbers and booleans present in attributes and element values are converted from string to its correspondent data types.
4949
* **trim:** Removes leading and trailing whitespaces as well as line terminators in element values.
50-
* **sanitize:** Sanitizes the following characters:
50+
* **sanitize:** Sanitizes the following characters present in element values:
5151

5252
```javascript
5353
var chars = {

0 commit comments

Comments
 (0)