From cd9cfcf1edb72006139b76d5d4e21851b87a4958 Mon Sep 17 00:00:00 2001 From: Anand Kumar <62399544+anandkumar148@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:48:41 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fe0915..f4f2269 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ##### Or How to teach yourself ReactJS + Flux + Webpack in 5 sessions. This is a boilerplate repository (if you can call it that way) with a set of tools already pre-configured for you that contains: - - Webpack configuration with loaders for ES6 ,ESLint, CSS. - Webpack dev server. + - Webpack configuration with loaders for ES6 ,ESLint, CSS. - Mocha for testing. - Clean and Build for production tasks. - A deploy task (using gh-pages).