From 05f22578430a468e0313068934e4641366eb310d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 20 Apr 2020 13:52:52 +0200 Subject: [PATCH] doc --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2a99f9..e6a41f1 100644 --- a/README.md +++ b/README.md @@ -157,10 +157,10 @@ Using the low-level API for fine grained(and safer) URL construction: ### Debugging requests Set`:debug` to `true` to get debugging information along with the response. The -`:command` contains the command that was executed to obtain the response. The -`:options` value contains options that were used to construct the command. Note -that all of these values are for debugging only and contain implementation -details that may change in the future. +`:command` value contains the command that was executed to obtain the +response. The `:options` value contains options that were used to construct the +command. Note that all of these values are for debugging only and contain +implementation details that may change in the future. ``` clojure (def resp (curl/head "https://postman-echo.com/head" {:debug true}))