From 5367bc65d14ed1205a0ea581bc2a426e9f84032b Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 3 Nov 2021 08:26:13 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d930c376..56c852a7 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in ## Minimum supported Rust version -axum MSRV is 1.54. +axum's MSRV is 1.54. ## Examples