From 4fa6db293e4288ee48a91bfed593a5981b3e09bf Mon Sep 17 00:00:00 2001 From: JDonadio Date: Fri, 23 Jun 2017 12:06:20 -0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e85f9a032..a713c6835 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ cd copay Ensure you have [Node](https://nodejs.org/) installed, then install and start Copay: ```sh -npm install +npm run apply:copay npm start ``` -Visit [`localhost:3000`](http://localhost:3000/) to view the app. +Visit [`localhost:8100`](http://localhost:8100/) to view the app. A watch task is also available to rebuild components of the app as changes are made. This task can be run in a separate process – while the server started by `npm start` is running – to quickly test changes.