Merge pull request #416 from FrankHassanabad/fix-https-to-http

Change https to http and make a link to it for ease of read
This commit is contained in:
Sendil Kumar N 2018-07-08 00:10:04 +02:00 committed by GitHub
commit 9482a1fa9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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