From 6eddd97fd7c1404440b0859423ed875e1a813642 Mon Sep 17 00:00:00 2001 From: ohager <oliver.hager@dextra.com.br> Date: Wed, 20 Apr 2016 09:10:59 -0300 Subject: [PATCH] Updated README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f45acf5..bafb0d3 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,7 @@ You may pick the library directly from ``./dist``, use ``npm install nanoflux``, 1. Get sources: ``npm install nanoflux`` (or fork/clone this repo) 2. Install dependencies: ``npm install`` 3. Build: - - ``gulp`` to create the minified bundle ``.\dist\nanoflux.min.js`` - - ``gulp dev`` to create the non-minified bundle ``.\dist\nanoflux.js`` + - ``gulp`` to build the minified and non-minified bundle in ``.\dist`` Pronto!