Skip to content

Commit ce4144f

Browse files
committed
Fix readme section about 'closingSingleTag'
1 parent 533ad50 commit ce4144f

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
@@ -149,7 +149,7 @@ const html = render(tree, { closingSingleTag: 'tag' })
149149
##### `'slash'`
150150

151151
```js
152-
const html = render(tree, { closingSingleTag: 'tag' })
152+
const html = render(tree, { closingSingleTag: 'slash' })
153153
```
154154

155155
```html

0 commit comments

Comments
 (0)