diff --git a/crates/bevy_plugin/Cargo.toml b/crates/bevy_plugin/Cargo.toml index cbd8dc7b..3a7d988b 100644 --- a/crates/bevy_plugin/Cargo.toml +++ b/crates/bevy_plugin/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Jan Hohenheim "] license = "MIT OR Apache-2.0" exclude = ["assets", "wasm"] description = "Bevy plugin for Yarn Spinner for Rust, friendly tool for writing game dialogue" -readme = "../readme.md" +readme = "../../readme.md" [features] default = [] diff --git a/crates/example_dialogue_view/Cargo.toml b/crates/example_dialogue_view/Cargo.toml index 8f976591..acaaf47f 100644 --- a/crates/example_dialogue_view/Cargo.toml +++ b/crates/example_dialogue_view/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Jan Hohenheim "] license = "MIT OR Apache-2.0" exclude = ["assets", "wasm"] description = "Example dialog view for Bevy Yarn Spinner for Rust, the friendly tool for writing game dialogue" -readme = "../readme.md" +readme = "../../readme.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/yarnspinner/Cargo.toml b/crates/yarnspinner/Cargo.toml index 4150ba51..b2524dcd 100644 --- a/crates/yarnspinner/Cargo.toml +++ b/crates/yarnspinner/Cargo.toml @@ -9,7 +9,7 @@ categories = ["game-development", "compilers"] authors = ["Jan Hohenheim "] license = "MIT OR Apache-2.0" description = "The friendly tool for writing game dialogue" -readme = "../readme.md" +readme = "../../readme.md" [features] default = []