Skip to content

Commit c1ca43c

Browse files
committed
Merge branch 'milestone-1.1.5' of github.com:posthtml/posthtml-render into milestone-1.1.5
2 parents e615e69 + 5229b3c commit c1ca43c

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)