Skip to content

Commit

Permalink
fix readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Aug 8, 2017
1 parent 5e7fdd5 commit 75bc67f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

> Use next generation JavaScript, today, with [Babel](https://babeljs.io)
*Issues with the output should be reported on the Babel [issue tracker](https://phabricator.babeljs.io).*
*Issues with the output should be reported on the Babel [issue tracker](https://github.com/babel/babel/issues).*


## Install

```
$ npm install --save-dev grunt-babel babel-preset-es2015
$ npm install --save-dev grunt-babel babel-preset-env
```


Expand All @@ -21,7 +21,7 @@ grunt.initConfig({
babel: {
options: {
sourceMap: true,
presets: ['es2015']
presets: ['env']
},
dist: {
files: {
Expand Down

0 comments on commit 75bc67f

Please sign in to comment.