From e89993d1c8370f80b7ca8a4060384bbc1a425e33 Mon Sep 17 00:00:00 2001
From: Lavitr <lavitr@yandex.ru>
Date: Tue, 3 Apr 2018 17:27:23 +0300
Subject: [PATCH] readme file update

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 888a5bb..812970c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # basic-react-redux-webpack4-boilerplate
-Basic React-Webpack4 boilerplate with classic file structure  for React/Redux application .
+Basic React-Webpack4 boilerplate with file structure  for React-Redux application .
 
 ### Usage
 
@@ -10,12 +10,10 @@ npm install
 npm start
 open http://localhost:8080  (should start automatically )
 
-Now edit `src/components/App.js`.  
 
 ## Available Commands
 
 - `npm start` - start the dev server
-- `npm clean` - delete the dist folder
 - `npm run dev` - create a developer build in `dist` folder
 - `npm run build` - create a production ready build in `dist` folder
 - `npm test` - run all tests
-- 
2.18.1