Skip to content

Commit

Permalink
fix(docz-plugin-babel6): readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck authored Jun 17, 2018
1 parent fdcd794 commit b77e986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz-plugin-babel6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ By default and by some performance issues, Docz use Babel@7. If you want to use
import { babel } from 'docz-plugin-babel6'

export default {
plugins: [babel6]
plugins: [babel6()]
}
```

0 comments on commit b77e986

Please sign in to comment.