From 20c83e2c322df77666bec91aa7066915aa3c5d9f Mon Sep 17 00:00:00 2001 From: Alex Medvednikov Date: Sun, 23 Jun 2019 10:18:28 +0200 Subject: [PATCH] readme: update `v run` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b06c90352..943ad482e4 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Now if you want, you can start tinkering with the compiler. If you introduce a b ``` v hello_world.v && ./hello_world # or simply -v run hello_world.v # This runs the program, but doesn't create the executable +v run hello_world.v # This builds the program and runs it right away v word_counter.v && ./word_counter cinderella.txt v news_fetcher.v && ./news_fetcher