From f9cb23b4ccc0d2a1acd60a647cdbff25f1ef9ee5 Mon Sep 17 00:00:00 2001 From: Vitaly Ivanov Date: Mon, 21 Nov 2016 15:22:00 +0300 Subject: [PATCH] Fix type in readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 46a84b4..4a01658 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ -Big redux boilerplate template with isomporphic +#4redux + +Isomporphic redux template ## install and development -To start develop, run: +To start developing, run: ```bash npm run install npm run dev ``` -and open browser with displayed link +and open the displayed link in the browser. -You can use [yarn](https://github.com/yarnpkg/yarn) for install dependencies. Yarn several times faster than npm. +You can use [yarn](https://github.com/yarnpkg/yarn) to install dependencies. Yarn is several times faster than npm. ```bash yarn install ``` @@ -17,7 +19,6 @@ For fast development and error handling, use render only on client: ```bash npm run dev-render-on-client ``` -and open browser with displayed link Karma testing with watch: ```bash