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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: