From 1d0bab5e650087a1923c8ba8ff90d7a8cb077c25 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sun, 12 May 2024 17:51:15 +0200 Subject: [PATCH] Fix readme field in lune crate --- crates/lune/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lune/Cargo.toml b/crates/lune/Cargo.toml index 81ced84..331e8cb 100644 --- a/crates/lune/Cargo.toml +++ b/crates/lune/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MPL-2.0" repository = "https://github.com/lune-org/lune" description = "A standalone Luau runtime" -readme = "README.md" +readme = "../../README.md" keywords = ["cli", "lua", "luau", "runtime"] categories = ["command-line-interface"]