diff --git a/src/lib.rs b/src/lib.rs index a714c94..330fe38 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! rustypaste is a minimal file upload/pastebin service. +//! **Rustypaste** is a minimal file upload/pastebin service. #![warn(missing_docs, clippy::unwrap_used)] /// Configuration file parser.