Commit Diff


commit - 83c817b4332bd0c91a432dfbf5c617898a2b5fd9
commit + 1ef4128ab02d94692f4b0590d9bc1e265369117e
blob - 665dc45d1769bd4eca626027f74307b72cc68486
blob + 9fd5578e51931bd315faddb4155add6c88445047
--- src/gemini/core.clj
+++ src/gemini/core.clj
@@ -17,8 +17,7 @@
   "Make a gemini request.  `uri` may be a URI, URL or string, and
   represent the request to perform.  `host` and `port` are extracted
   from the given `uri` in not given, and port defaults to 1965.  The
-  returned request needs to be closed when done, or use the
-  `with-request` macro."
+  returned request needs to be closed when done."
   ([uri]
    (request->map uri))
   ([host uri]