From aa906ada2438784c3cae6bc2b2e90f43c009e83d Mon Sep 17 00:00:00 2001 From: Jeff Evans Date: Thu, 29 Oct 2020 11:09:09 -0500 Subject: [PATCH] README.md links to borkdude/clj-http-lite instead of babashka/clj-http-lite - #541 (#625) [skip ci] Fix link to clj-http-lite --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b5137b9..65d24e76 100644 --- a/README.md +++ b/README.md @@ -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