1
0
mirror of https://github.com/janet-lang/janet synced 2025-08-30 09:28:03 +00:00

Fix typo in README

This commit is contained in:
Max Bernstein
2019-02-27 11:39:00 -08:00
committed by GitHub
parent 3014a59c3e
commit 77c379faa8

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: