commit 958b98ffc8f0bd8a11fbf894dfced6fb3914c0a2 from: Omar Polo date: Wed Oct 13 18:36:54 2021 UTC typo commit - b359d293084bc7a8a7e4baa74c37bbd4c1f3aeae commit + 958b98ffc8f0bd8a11fbf894dfced6fb3914c0a2 blob - 12750f036e628c6922755a0ca18ac1ca51c5704b blob + 119ab8e55c88dbd85712dd49be4cbe4f65805978 --- README.md +++ README.md @@ -56,7 +56,7 @@ easily. It automatically closes the request and evalu only when the request is successful, otherwise throws an exception. ```clojure -user=> (with-request [req (gemini/fetch "gemini://gemini.circumlunar.space/")] +user=> (gemini/with-request [req (gemini/fetch "gemini://gemini.circumlunar.space/")] ,,,) ```