From 2fb4156d692659223909215fcb7396e7a47184d8 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 2 Mar 2020 13:00:50 +0100 Subject: [PATCH] Doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80ac073c..4c45a46e 100644 --- a/README.md +++ b/README.md @@ -638,8 +638,8 @@ For making HTTP requests you can use: - `slurp` for simple `GET` requests - [clj-http-lite](https://github.com/borkdude/clj-http-lite) as a library -- `curl` via `clojure.java.shell`. For an example, see the following - subsection. +- `curl` via `clojure.java.shell`. Also see + [babashka.curl](https://github.com/borkdude/babashka.curl). ### HTTP over Unix sockets