Skip to content

Commit

Permalink
Add missing closing quote in sample .babelrc config. (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Payne authored and davidhu2000 committed Aug 4, 2019
1 parent 3808782 commit 4c9daa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Each loader accepts a `loading` prop as a boolean. The loader will not render an

```
{
"presets": ["@babel/preset-react", "@babel/preset-env],
"presets": ["@babel/preset-react", "@babel/preset-env"],
"plugins": ["emotion"]
}
```
Expand Down

0 comments on commit 4c9daa0

Please sign in to comment.