From a5157e868b06e1757eb3fba5dd18208b4bff6240 Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Sun, 24 Jan 2021 15:44:34 -0500 Subject: [PATCH] Use a slightly clearer example of the `doc` fun in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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