Skip to content

Commit 9374d81

Browse files
committed
Update README with clj-commons.byte-streams
1 parent 92b1e36 commit 9374d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For HTTP client requests, Aleph models itself after [clj-http](https://github.co
3232
```clj
3333
(require
3434
'[manifold.deferred :as d]
35-
'[byte-streams :as bs])
35+
'[clj-commons.byte-streams :as bs])
3636

3737
(-> @(http/get "https://google.com/")
3838
:body

0 commit comments

Comments
 (0)