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