From 5c23117b8db17cefd30cfd18d28d20c84962e998 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 9 Aug 2020 16:28:53 +0100 Subject: [PATCH] fix actix-service readme reference --- actix-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-service/Cargo.toml b/actix-service/Cargo.toml index f88e2fb5..7c73e9bf 100644 --- a/actix-service/Cargo.toml +++ b/actix-service/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["network", "framework", "async", "futures", "service"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" documentation = "https://docs.rs/actix-service" -readme = "actix-service/README.md" +readme = "README.md" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition = "2018"