From c4a724db465718dd690118a339983abc8142340c Mon Sep 17 00:00:00 2001 From: Mike Kamermans Date: Wed, 8 Feb 2017 08:54:02 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 492d6d6d..4e6fd088 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Dev repository for https://Pomax.github.io/bezierinfo ## Working on the code -- To run this dev version: `npm start`, then view in the browser on http://localhost:8080 +- To run this dev version: `npm start`, then view in the browser on [http://localhost:8080](http://localhost:8080) - To compile for production: `npm run build`. Both operations run continuous linting.