update readme

This commit is contained in:
Travis Shears 2025-06-16 19:11:51 +02:00
parent ae2ef617b0
commit b95271aa0f

View file

@ -18,7 +18,7 @@ $ bb -m cli-cms.main create
Or to play around and call individual functions using the REPL: Or to play around and call individual functions using the REPL:
```shell ```shell
$ bb $ rlwrap bb repl
user=> (require '[cli-cms.create :as command]) 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=> (def mock-snippet {:title "mock snippet from repl" :slug "mock" :tags '("mock") :markdown "# This is a mock"})
#'user/mock-snippet #'user/mock-snippet