readme: Update syntax highlighting

pull/2349/head^2
Simo Aleksandrov 2019-10-15 09:01:56 +03:00 committed by Alexander Medvednikov
parent 75e2a29cb5
commit 8ebb3a0fb8
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ glfw dependency will be removed soon.
[examples/hello_v_js.v](examples/hello_v_js.v):
```
```v
fn main() {
for i := 0; i < 3; i++ {
println('Hello from V.js')