From 1bf47ba58b2cf4652db5b52cc5f1aa40d4cda809 Mon Sep 17 00:00:00 2001 From: Marcelo Junior Date: Mon, 16 Oct 2023 16:10:33 -0300 Subject: [PATCH] Fix typo in readme. (#49) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 83e692a..ee6da49 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Provides abstractions for working with the HTTP protocol. - General abstractions for HTTP requests and responses. - Symmetrical interfaces for client and server. - - Light-weight middlewar model for building applications. + - Light-weight middleware model for building applications. ## Usage