We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef27cb commit c38340cCopy full SHA for c38340c
1 file changed
README.md
@@ -16,9 +16,7 @@ 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
- :git/tag "v0.1.0"
21
- :git/sha "9d02164"}}}
+{:deps {io.github.clojure/core.async.flow-monitor {:git/tag "v0.1.0" :git/sha "9d02164"}}}
22
```
23
24
## Usage
@@ -114,4 +112,4 @@ Both [Cursive](https://youtu.be/ZXIZdMcHUCA) and [Calva](https://calva.io/flares
114
112
115
113
Copyright © 2025
116
117
-Distributed under the Eclipse Public License v 1.0
+Distributed under the Eclipse Public License v 1.0
0 commit comments