mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-25 09:02:46 +03:00
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:
commit
9482a1fa9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user