From 0fe11adb9cd8df0839e902a200a2b53536d2423c Mon Sep 17 00:00:00 2001 From: "J.-F. Cap" Date: Thu, 31 Jan 2019 13:52:57 +0100 Subject: [PATCH] typo in REAME.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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