Commit Diff


commit - c84244acc6ececd0c5cc155f6a68bd5a3aff965e
commit + c558001b883465e213c9d13ddaae5676173c774d
blob - aea69c499e4e2739e9374545c831469ad6eb24d4
blob + e839bf13697b00a998a7134fba1cea2206ac1159
--- 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 enough, always call `clase` on the returned map.
+   is not enough, always call `close` on the returned map.
  - `:redirected?` true if a redirect was followed.
 
 ```clojure