commit bdb683b88d6ee3de6a97a25fb15405992d8f1b5f from: Omar Polo date: Fri Oct 15 21:58:27 2021 UTC typo commit - 9e7f280526826f15df7f2d08c3eba1b48d51cc2a commit + bdb683b88d6ee3de6a97a25fb15405992d8f1b5f blob - bc564988408a044236dc714e93e4161f7b7d41be blob + 5e1be2a22e5a5db13eb38b5cb4694c73176e6b13 --- README.md +++ README.md @@ -37,7 +37,7 @@ following fields if it succeeds: - `:request`: the object backing the request. - `:code` and `:meta` are the parsed header response. - `:body` an instance of a `BufferedReader`. Note: closing the body - is not enugh, always call `clase` on the returned map. + is not enough, always call `clase` on the returned map. - `:redirected?` true if a redirect was followed. ```clojure