From aef2359bb707eecb6b1b599df81b6d0ea2e0941f Mon Sep 17 00:00:00 2001 From: eetu Date: Tue, 2 Sep 2014 14:41:22 +0300 Subject: [PATCH] fix tyop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb310e3..a33b921 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Minification, uglification and other tasks you're expected to run before deployi ## Development guidelines * **public** - directory should be dedicated only to compiled/copied files from **src** - directory. - It should be possible to delete directory completely and after **npm start** or **npm run build** everything should be as they were before the deletation. + It should be possible to delete directory completely and after **npm start** or **npm run build** everything should be as they were before the deletion. * All backend dependencies should be installed with **npm**. Browser dependencies should be installed with **bower** or with **npm**. ### Adding 3rd party libraries