Skip to content

Commit 88437f2

Browse files
B3nonephated
authored andcommitted
Docs: Improve wording of file rename (gulpjs#2314)
1 parent 53b9037 commit 88437f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ exports.default = build;
124124

125125
## Use latest JavaScript version in your gulpfile
126126

127-
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`.
127+
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`.
128128

129129
```sh
130130
npm install --save-dev @babel/register @babel/core @babel/preset-env

0 commit comments

Comments
 (0)