typo in REAME.md

This commit is contained in:
J.-F. Cap 2019-01-31 13:52:57 +01:00
parent b138ee6e8e
commit 0fe11adb9c
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ A repl is launched when the binary is invoked with no arguments. Pass the -h fla
to display the usage information. Individual scripts can be run with `./janet myscript.janet`
If you are looking to explore, you can print a list of all available macros, functions, and constants
by entering the command `(all-symbols)` into the repl.
by entering the command `(all-bindings)` into the repl.
```
$ ./janet