mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 00:10:27 +00:00
Fix typo in README
This commit is contained in:
parent
3014a59c3e
commit
77c379faa8
@ -98,7 +98,7 @@ janet:1:> (+ 1 2 3)
|
|||||||
janet:2:> (print "Hello, World!")
|
janet:2:> (print "Hello, World!")
|
||||||
Hello, World!
|
Hello, World!
|
||||||
nil
|
nil
|
||||||
janet:3:> (os.exit)
|
janet:3:> (os/exit)
|
||||||
$ ./janet -h
|
$ ./janet -h
|
||||||
usage: ./janet [options] scripts...
|
usage: ./janet [options] scripts...
|
||||||
Options are:
|
Options are:
|
||||||
|
Loading…
Reference in New Issue
Block a user