Skip to content

Commit

Permalink
refine doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zordius Chen committed Jan 29, 2017
1 parent 1061c7f commit bc9591f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ Configure your <a href="https://babeljs.io/docs/usage/babelrc/">.babelrc</a> and

Here is a .babelrc example:
```
{presets: ['es2015', 'react']}
{
presets: ['es2015', 'react']
}
```
And then:
```
Expand Down

0 comments on commit bc9591f

Please sign in to comment.