Skip to content

Commit aef27cb

Browse files
committed
Update README dep coordinates
1 parent 9d02164 commit aef27cb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ 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-
:sha "..."}}}
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"}}}
2122
```
2223

2324
## Usage

0 commit comments

Comments
 (0)