Skip to content

Commit 33c4ecf

Browse files
authored
docs: fix README
1 parent 0386ce6 commit 33c4ecf

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
@@ -24,7 +24,7 @@ Convert a parsed tree back to HTML text
2424
```ts
2525
import { serialize } from 'https://unpkg.com/@homebots/parse-html-runtime@latest/index.js'
2626

27-
const html = normalize(nodes);
27+
const html = serialize(nodes);
2828
```
2929

3030
**materialize(nodes)**

0 commit comments

Comments
 (0)