From 1aa4fd88f3ba41a38fcbb1de0dc4a941361b8856 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Tue, 20 Dec 2016 22:16:01 +0100 Subject: [PATCH] Adjusted cmd name for development --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 388d4ca..59302aa 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ now help 1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device 2. Link the package to the global module directory: `npm link` -3. Transpile the source code and watch for changes: `npm start` +3. Transpile the source code and watch for changes: `npm run dev` 4. You can now start using `now` from the command line! As always, you can use `npm test` to run the tests and see if your changes have broken anything.