Skip to content

Commit

Permalink
fix(docz-plugin-babel6): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 20, 2018
1 parent 08a6377 commit d2f92b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz-plugin-babel6/README.md
@@ -1,6 +1,6 @@
# docz-plugin-babel6

By default and by some performance issues, Docz use Babel@7. If you want to use older versions of babel import this plugin and use on your `doczrc.js`:
By default and some performance issues, Docz use Babel@7. If you want to use older versions of babel import this plugin and use on your `doczrc.js`:

```js
import { babel } from 'docz-plugin-babel6'
Expand Down

0 comments on commit d2f92b7

Please sign in to comment.