doc
This commit is contained in:
parent
efab1e28a4
commit
e3e8f82bcf
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ $ cargo build --release
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
```
|
``` clojure
|
||||||
(babashka.pods/load-pod "target/release/pod-babashka-filewatcher")
|
(babashka.pods/load-pod "target/release/pod-babashka-filewatcher")
|
||||||
(def chan (pod.babashka.filewatcher/watch "/tmp"))
|
(def chan (pod.babashka.filewatcher/watch "/tmp"))
|
||||||
(require '[clojure.core.async :as async])
|
(require '[clojure.core.async :as async])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue