Skip to content

Commit d8a5687

Browse files
committed
Fix typo
1 parent f84ef39 commit d8a5687

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
@@ -42,7 +42,7 @@ Say we have the following module, `example.js`
4242

4343
```js
4444
import {atom, rss} from 'xast-util-feed'
45-
import toXml from 'xast-util-to-xml'
45+
import {toXml} from 'xast-util-to-xml'
4646

4747
var channel = {
4848
title: 'NYT > Top Stories',

0 commit comments

Comments
 (0)