From 8a87c0b9e5568d2d57284d68e18ea5f24dcad5fb Mon Sep 17 00:00:00 2001 From: Fedor Gogolev Date: Sat, 25 Feb 2023 08:52:36 +0100 Subject: [PATCH] docs: update readme --- daemonize/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemonize/Cargo.toml b/daemonize/Cargo.toml index 9fc81c221..431bc599a 100644 --- a/daemonize/Cargo.toml +++ b/daemonize/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT/Apache-2.0" authors = ["Fedor Gogolev "] repository = "https://github.com/knsd/daemonize" documentation = "https://docs.rs/daemonize" -readme = "README.md" +readme = "../README.md" description = "Library to enable your code run as a daemon process on Unix-like systems." keywords = ["daemon", "daemonize", "unix"] categories = ["os::unix-apis"]