From e0851dbd1cafd141307e47b26fbb46cc46c165f2 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Mon, 29 Apr 2024 08:04:17 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Bartlomiej Dudzik --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88457fd2..724735b3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The `web` crate contains the main axum application. It will determine the enviro ``` web ├── controllers // Controllers implement request handlers -├── middlewares // Tower middlewares for pre-processing requests before they are passed on the request handlers +├── middlewares // Tower middlewares for pre-processing requests before they are passed to the request handlers ├── lib.rs // Code for starting up the server ├── main.rs // Main entrypoint of the application ├── routes.rs // Mapping of request handlers to routes