From d1ef2dc90e1670f45246d38bb0a1bcfa93fb17d0 Mon Sep 17 00:00:00 2001 From: Flavien Volken Date: Sun, 5 Feb 2017 09:45:33 +0400 Subject: [PATCH] Update README.md Fixed wrong gulp command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 346ab9c..7ab809d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ Check out the [blog post](http://mherman.org/blog/2016/11/05/developing-a-restfu 1. Fork/Clone 1. Install dependencies - `npm install` -1. Compile - `gulp script` +1. Compile - `gulp scripts` 1. Run the development server - `npm start` 1. Test - `npm test`