From ef9deac6adee33169ae1908362f5db3e354436f2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Feb 2018 23:15:54 +0100 Subject: [PATCH] README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c99c8e83..76809ade 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ When completed, you'll be able to run the various commands provided from the com ### Build Tabler -1. From the root `/tabler` directory, run `npm run watch` in the command line. +1. From the root `/tabler` directory, run `npm run serve` in the command line. 2. Open [http://localhost:4000](http://localhost:4000) in your browser, and voilĂ . 3. Any change in `/src` directory will build application and refresh the page. -- GitLab