Changed https to http and make a link to it for ease of read

This commit is contained in:
frankhassanbad 2018-07-07 14:38:29 -06:00
parent d179503a63
commit 0b3a17685f

View File

@ -167,7 +167,7 @@ $ npm install
$ npm run serve $ 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! dialog pop up!
If that was all a bit much, no worries! You can [execute this code If that was all a bit much, no worries! You can [execute this code