Skip to content

Commit c38340c

Browse files
committed
simplify dep
1 parent aef27cb commit c38340c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ Add the following dependency to your project:
1616

1717
```clojure
1818
;; 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"}}}
19+
{:deps {io.github.clojure/core.async.flow-monitor {:git/tag "v0.1.0" :git/sha "9d02164"}}}
2220
```
2321

2422
## Usage
@@ -114,4 +112,4 @@ Both [Cursive](https://youtu.be/ZXIZdMcHUCA) and [Calva](https://calva.io/flares
114112

115113
Copyright © 2025
116114

117-
Distributed under the Eclipse Public License v 1.0
115+
Distributed under the Eclipse Public License v 1.0

0 commit comments

Comments
 (0)