From b4e438d448d0d79dbb6c829206b8d55a8dcd5407 Mon Sep 17 00:00:00 2001 From: Andrea Richiardi Date: Thu, 23 Jun 2022 15:23:08 -0600 Subject: [PATCH] Update help hint in README The command that lists the api functions plus docstrings is `help/doc` not `help/dir` (which lists only the symbols). --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index b9393b1..2f2163d 100644 --- a/README.adoc +++ b/README.adoc @@ -30,7 +30,7 @@ Add this alias to your project: ---- Then you can invoke it with `clj -T:pack`. -To see usage information, use `clojure -A:deps -T:pack help/dir` +To see usage information, use `clojure -A:deps -T:pack help/doc`. == Features