diff --git a/README.md b/README.md index 735c2733..0bed6ae6 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ Documentation is also available locally in the REPL. Use the `(doc symbol-name)` macro to get API documentation for symbols in the core library. For example, ``` -(doc doc) +(doc apply) ``` -Shows documentation for the doc macro. +Shows documentation for the `apply` function. To get a list of all bindings in the default environment, use the `(all-bindings)` function. You