From bfbf9d46bb002d582963c10ee10c9b3fe9ef8292 Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Thu, 12 Mar 2020 19:27:25 +0100 Subject: [PATCH] Update readme with correct dev url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c96f56c32..66fdd5d77 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ This repo contains the core code used in the web app, as well as the Electron-ba 2. `npm install` 3. `npm start` -Then open your browser to `http://localhost:3000/dev.html`. +Then open your browser to `http://localhost:3000`. ---