mirror of
https://github.com/janet-lang/janet
synced 2025-11-04 17:43:02 +00:00
Fix typo in README
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user