From d244d3f936c875f04cca854ab6ec5871bc66570f Mon Sep 17 00:00:00 2001 From: nabbisen Date: Tue, 5 Sep 2023 22:51:18 +0900 Subject: [PATCH] Fix typo in examples README: plural form examples --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 91f6d79dfb..10339295b8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,6 @@ # Examples -This folder contains numerous example showing how to use axum. Each example is +This folder contains numerous examples showing how to use axum. Each example is setup as its own crate so its dependencies are clear. For a list of what the community built with axum, please see the list