Skip to content

Commit 06da7fa

Browse files
committed
ci: fix README path in tattoy/Cargo.toml
1 parent 6fe3b80 commit 06da7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tattoy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "tattoy"
33
description = "Text-based compositor for modern terminals"
44
version = "0.1.4"
55
edition = "2021"
6-
readme = "README.md"
6+
readme = "../../README.md"
77
repository = "https://github.com/tattoy-org/tattoy"
88
license = "MIT"
99
authors = ["Tom Buckley-Houston <[email protected]>"]

0 commit comments

Comments
 (0)