Skip to content

Commit de48e50

Browse files
Docs: Fix typo in options usage
1 parent 76e3ca7 commit de48e50

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
@@ -66,7 +66,7 @@ By default, we are sanitizing the html input using `DOMPurify` module. You can o
6666
### Other options
6767

6868
- **useFragment** (default `false`): Return a Fragment instead of an array.
69-
- **useAsKey** (default `[key]`): Ordered list of attributes to use as a key. Use the first one that matches or `null`
69+
- **useAsKey** (default `['key']`): Ordered list of attributes to use as a key. Use the first one that matches or `null`
7070

7171
## How to contribute ?
7272

0 commit comments

Comments
 (0)