diff --git a/src/client.rs b/src/client.rs index 1f2686b..7335b61 100644 --- a/src/client.rs +++ b/src/client.rs @@ -1,4 +1,4 @@ -//! Client API to interact Server for +//! Client API to interact Server using //! [Gemini protocol](https://geminiprotocol.net/docs/protocol-specification.gmi) pub mod response;