Skip to content

Commit 1e92640

Browse files
authored
Merge pull request #606 from clj-commons/605
Update README with clj-commons.byte-streams
2 parents 6841c19 + 9374d81 commit 1e92640

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
@@ -37,7 +37,7 @@ For HTTP client requests, Aleph models itself after [clj-http](https://github.co
3737
```clojure
3838
(require
3939
'[manifold.deferred :as d]
40-
'[byte-streams :as bs])
40+
'[clj-commons.byte-streams :as bs])
4141

4242
(-> @(http/get "https://google.com/")
4343
:body

0 commit comments

Comments
 (0)