From 4e8a30bad11bbae24633896b1a85c554262aa3d5 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 20 Jul 2023 20:17:46 -0600 Subject: [PATCH] README.md: capitalize "Signatures" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd96c40..6d9aaa8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RustCrypto: signatures [![Project Chat][chat-image]][chat-link] [![dependency status][deps-image]][deps-link] +# RustCrypto: Signatures [![Project Chat][chat-image]][chat-link] [![dependency status][deps-image]][deps-link] Support for [digital signatures][1], which provide authentication of data using public-key cryptography.