update README.md correct path

pull/1270/head
Rui Sun 2019-07-22 10:57:55 +08:00 committed by Alexander Medvednikov
parent 4430b9475d
commit 913cd2ede4
1 changed files with 1 additions and 1 deletions

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>