From 8fbbd28e47e0927bfe6095f7d776834318a2a7e1 Mon Sep 17 00:00:00 2001 From: Bennet Gallein Date: Wed, 10 Jan 2018 23:20:05 +0100 Subject: [PATCH] Update README.md There was a small typo ;) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae06fba..73d75f4 100755 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Here is a brief explanation of the template folder structure and some of its mai In deployment process, you have two commands: 1. Build command -Used to generate the final result of compiling src files into build folder. This can e achieved by running the following command: +Used to generate the final result of compiling src files into build folder. This can be achieved by running the following command: ``` > npm run build ```