diff --git a/README.md b/README.md index da95e482..70eafdc3 100644 --- a/README.md +++ b/README.md @@ -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