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

readme: How to exit from REPL doesn't match actual output of REPL

This commit is contained in:
Ideriha 2019-09-23 19:41:17 +09:00 committed by Alexander Medvednikov
parent 090ca27b15
commit 71484e89d6

View File

@ -97,7 +97,7 @@ v -o v compiler
```
$ v
V 0.1.x
Use Ctrl-D to exit
Use Ctrl-C or `exit` to exit
>>> println('hello world')
hello world