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"]