From 75426999ee5abe4f4aec9ed4416ee93ad85af345 Mon Sep 17 00:00:00 2001 From: Ofer Zelig Date: Sun, 5 Feb 2017 12:00:41 +1100 Subject: [PATCH] Fixed a typo in the gulp task runner 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`