1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-19 23:24:49 +00:00

Merge pull request #57 from tekknolagi/patch-1

Fix typo in README
This commit is contained in:
Calvin Rose 2019-02-27 15:43:29 -05:00 committed by GitHub
commit 56d7d4ef39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ janet:1:> (+ 1 2 3)
janet:2:> (print "Hello, World!")
Hello, World!
nil
janet:3:> (os.exit)
janet:3:> (os/exit)
$ ./janet -h
usage: ./janet [options] scripts...
Options are: