We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d02164 commit aef27cbCopy full SHA for aef27cb
1 file changed
README.md
@@ -16,8 +16,9 @@ Add the following dependency to your project:
16
17
```clojure
18
;; deps.edn
19
-{:deps {org.clojure/core.async.flow-monitor {:git/url "https://github.com/clojure/core.async.flow-monitor"
20
- :sha "..."}}}
+{:deps {org.clojure/core.async.flow-monitor {:git/url "https://github.com/clojure/core.async.flow-monitor"
+ :git/tag "v0.1.0"
21
+ :git/sha "9d02164"}}}
22
```
23
24
## Usage
0 commit comments