From 4733c27e84f20d184ad73d3fdf6b1ad54a352530 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz <17555470+Az107@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:10:12 +0200 Subject: [PATCH] fix readme name in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bda8168..e20f109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["HTTP", "HTTP-SERVER"] description = "HTeaPot is a lightweight HTTP server library designed to be easy to use and extend." homepage = "https://github.com/az107/HTeaPot" repository = "https://github.com/az107/HTeaPot" -readme = "README.md" +readme = "readme.md" categories = ["network-programming", "web-programming"] authors = ["Alb Ruiz G. "]