Skip to content

Commit 1c11f6c

Browse files
committed
Fix typo
1 parent df6808c commit 1c11f6c

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
@@ -26,7 +26,7 @@ npm install hast-util-to-dom
2626
This utility is intended for browser use!
2727

2828
```js
29-
import toDom from 'hast-util-to-dom';
29+
import {toDom} from 'hast-util-to-dom';
3030

3131
const el = toDom({
3232
type: 'element',

0 commit comments

Comments
 (0)