update readme
This commit is contained in:
parent
ae2ef617b0
commit
b95271aa0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue