From b95271aa0ff41c56700d15b7ce521ee31ede268c Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Mon, 16 Jun 2025 19:11:51 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eea4426..55e69cb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ bb -m cli-cms.main create Or to play around and call individual functions using the REPL: ```shell -$ bb +$ rlwrap bb repl user=> (require '[cli-cms.create :as command]) user=> (def mock-snippet {:title "mock snippet from repl" :slug "mock" :tags '("mock") :markdown "# This is a mock"}) #'user/mock-snippet