From 58f347680a55755c026d6626cf2ffd7dd4581747 Mon Sep 17 00:00:00 2001 From: Toni Antero Karttunen Date: Wed, 15 Jul 2015 11:35:57 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5579cfeef..651b2a5ab 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ │ ├── /utils/ # Utility classes and functions │ ├── /app.js # Client-side startup script │ └── /server.js # Server-side startup script -│── gulpfile.js # Configuration file for automated builds +│── gulpfile.babel.js # Configuration file for automated builds │── package.json # The list of 3rd party libraries and utilities │── preprocessor.js # ES6 transpiler settings for Jest └── webpack.config.js # Webpack configuration for bundling and optimization @@ -90,7 +90,7 @@ $ gulp build --release # Builds the project in release mode $ gulp deploy # or, `gulp deploy --production` ``` -For more information see `deploy` task in `gulpfile.js`. +For more information see `deploy` task in `gulpfile.babel.js`. ### How to Update