aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorZach Smith <zd@zdsmith.com>2021-01-24 15:44:34 -0500
committerZach Smith <zd@zdsmith.com>2021-01-24 15:44:34 -0500
commita5157e868b06e1757eb3fba5dd18208b4bff6240 (patch)
treec27daefebeaa2e41746d6e8bb8b53e9e832de64c /README.md
parentAddress #478 - Disable core in static binaries/ (diff)
Use a slightly clearer example of the `doc` fun in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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