From bdf3d69409d704f46ce0909a9d843d7e39f99987 Mon Sep 17 00:00:00 2001 From: orhun Date: Mon, 26 Jul 2021 17:38:28 +0300 Subject: [PATCH] docs(project): update the library description --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.