README.md links to borkdude/clj-http-lite instead of babashka/clj-http-lite - #541 (#625) [skip ci]

Fix link to clj-http-lite
This commit is contained in:
Jeff Evans 2020-10-29 11:09:09 -05:00 committed by GitHub
parent 40ac1675ee
commit aa906ada24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -884,7 +884,7 @@ For making HTTP requests you can use:
`curl` to make requests.
- [org.httpkit.client](https://github.com/http-kit/http-kit)
- `slurp` for simple `GET` requests
- [clj-http-lite](https://github.com/borkdude/clj-http-lite) as a library.
- [clj-http-lite](https://github.com/babashka/clj-http-lite) as a library.
- `clojure.java.shell` or `java.lang.ProcessBuilder` for shelling out to your
favorite command line http client