From 0b3a17685f51b1f1e364960c25c2a568e88c93bf Mon Sep 17 00:00:00 2001 From: frankhassanbad Date: Sat, 7 Jul 2018 14:38:29 -0600 Subject: [PATCH] Changed https to http and make a link to it for ease of read --- guide/src/basic-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/basic-usage.md b/guide/src/basic-usage.md index a4df31e2f..6936f37cc 100644 --- a/guide/src/basic-usage.md +++ b/guide/src/basic-usage.md @@ -167,7 +167,7 @@ $ npm install $ npm run serve ``` -If you open https://localhost:8080 in a browser you should see a `Hello, world!` +If you open [http://localhost:8080](http://localhost:8080) in a browser you should see a `Hello, world!` dialog pop up! If that was all a bit much, no worries! You can [execute this code