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

update README.md correct path

This commit is contained in:
Rui Sun 2019-07-22 10:57:55 +08:00 committed by Alexander Medvednikov
parent 4430b9475d
commit 913cd2ede4

View File

@ -119,7 +119,7 @@ v run hello_world.v # this builds the program and runs it right
v word_counter.v && ./word_counter cinderella.txt
v run news_fetcher.v
v run tetris.v
v run tetris/tetris.v
```
<img src='https://raw.githubusercontent.com/vlang/v/master/examples/tetris/screenshot.png' width=300>