From 51426ddaf4c85337389fbf11b217426fb0679cb2 Mon Sep 17 00:00:00 2001 From: Sviat Kuzhelev <30953392+BiosBoy@users.noreply.github.com> Date: Fri, 16 Nov 2018 17:49:58 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88223f8..897a07f 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ ### Make custom React app development easly as never before! This **Webpack4 + React16 Templater** is created from the point of view to solve developer day-to-day problems with app suits boilerplate creation. It has all what we need to start React app creation with rocket speed without worring about, like: - 1. Oh, I need optimize my app! - 2. Oh, I need create a server for app handling! + 1. Oh, I need to optimize my app! + 2. Oh, I need to create a server for app handling! 3. Oh, I need a Redux/Redux-Saga installations for state managment in app! - 4. Oh, I need install Webpack and spend a time to configure it! + 4. Oh, I need to install Webpack and spend a time to configure it! 5. Oh, I need to optimize and minimize JS/CSS/etc. bundles! 6. Oh, I need to install and configure testing environment! 7. And a lot of other boring things...