diff --git a/README.md b/README.md index 46a26361e1..cce78ad44b 100644 --- a/README.md +++ b/README.md @@ -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 ```