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

pull/2083/head
Ideriha 2019-09-23 19:41:17 +09:00 committed by Alexander Medvednikov
parent 090ca27b15
commit 71484e89d6
1 changed files with 1 additions and 1 deletions

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