From c67868bba00ddbb10e0858c5ec3898380dd708ae Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Sun, 15 Aug 2021 20:41:22 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cf1eb2..b61dfa5 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,13 @@ Simple node.js tool that extends express projects. - [How to use](#how-to-use) ## About -The point of this tool is to add into express some feel of php framework Laravel. Primarily get simply express app into MVC architecture +The point of this tool is to add to express some feeling of php framework Laravel. Primarily get simply express app into MVC architecture. ## Installation ``` npm install -g nork ``` -Tohle nainstaluje nork globálně. Pokud byste chtěli nainstalovat nork pouze pro jeden projekt, je možné ho nainstalovat i lokálně. - Pro lokální instalaci: +This will install nork globally. If you would like to install nork for only one project, you can also install it locally. For local installation: ``` npm install nork ```