mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Fix readme field in lune crate
This commit is contained in:
parent
e0f065b678
commit
1d0bab5e65
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
repository = "https://github.com/lune-org/lune"
|
repository = "https://github.com/lune-org/lune"
|
||||||
description = "A standalone Luau runtime"
|
description = "A standalone Luau runtime"
|
||||||
readme = "README.md"
|
readme = "../../README.md"
|
||||||
keywords = ["cli", "lua", "luau", "runtime"]
|
keywords = ["cli", "lua", "luau", "runtime"]
|
||||||
categories = ["command-line-interface"]
|
categories = ["command-line-interface"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue