Skip to content

Commit

Permalink
Docs: Improve wording of file rename (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored and phated committed Mar 30, 2019
1 parent 53b9037 commit 88437f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -124,7 +124,7 @@ exports.default = build;

## Use latest JavaScript version in your gulpfile

Node already supports a lot of __ES2015+__ features, but to avoid compatibility problems we suggest to install Babel and rename your `gulpfile.js` as `gulpfile.babel.js`.
Node already supports a lot of __ES2015+__ features, but to avoid compatibility problems we suggest to install Babel and rename your `gulpfile.js` to `gulpfile.babel.js`.

```sh
npm install --save-dev @babel/register @babel/core @babel/preset-env
Expand Down

0 comments on commit 88437f2

Please sign in to comment.