From 66493ad8b72c58a12eb96861d1df18f2a02a4497 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 20 Apr 2020 11:32:13 +0200 Subject: [PATCH] doc --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a3fd8cd..e9db324 100644 --- a/README.md +++ b/README.md @@ -156,11 +156,11 @@ Using the low-level API for fine grained(and safer) URL construction: ### Debugging requests -Providing `:debug true` will provide extra 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. +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. ``` clojure (def resp (curl/head "https://postman-echo.com/head" {:debug true}))