From c2958c0a01f2a701afe3915c1a0bdbc7455876db Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 9 Oct 2022 08:53:40 -0600 Subject: [PATCH] Fix readme filename --- lunanode_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lunanode_macros/Cargo.toml b/lunanode_macros/Cargo.toml index 5c3e30b..2cd6ed2 100644 --- a/lunanode_macros/Cargo.toml +++ b/lunanode_macros/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Tait Hoyem "] description = "Macros to assist in creation of the lunanode crate." license = "agpl-3-only" -readme = "REAMDE.md" +readme = "README.md" repository = "https://git.tait.tech/tait/lunanode/" keywords = ["macros", "helper"] categories = ["proc_macro", "helper"]