Skip to content

Commit 0e1e568

Browse files
committed
Fix typo
Closes GH-7.
1 parent 6d2c4dc commit 0e1e568

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
@@ -61,7 +61,7 @@ We have some natural language checking in `lint.js`:
6161
import {toVFile} from 'to-vfile'
6262
import {reporter} from 'vfile-reporter'
6363
import {unified} from 'unified'
64-
import unifiedDiff from 'unifiedDiff'
64+
import unifiedDiff from 'unified-diff'
6565
import remarkParse from 'remark-parse'
6666
import remarkStringify from 'remark-stringify'
6767
import remarkRetext from 'remark-retext'

0 commit comments

Comments
 (0)