From 3bffb8ad82ad2425474b9ed24846c4840f5404f1 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 26 Apr 2021 18:59:38 +0200 Subject: [PATCH] Title-case the README title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc5542f..466bee4d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Matrix state resolution in Rust! +# Matrix State Resolution in Rust! ```rust /// Abstraction of a PDU so users can have their own PDU types.