1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tutorial: minor fixes

This commit is contained in:
Alexander Medvednikov
2019-12-14 18:59:02 +03:00
parent 94de493b37
commit 45695543ba
3 changed files with 6 additions and 2 deletions

View File

@@ -81,7 +81,11 @@ Run it with
v run blog.v
```
and open http://localhost:8080/ in your browser:
```
Running a Vweb app on http://localhost:8080 ...
```
Vweb helpfully provided a link, open http://localhost:8080/ in your browser:
<img width=662 src="https://github.com/vlang/v/blob/master/tutorials/hello.png?raw=true)">