Skip to content

Commit 4b109fa

Browse files
Fix path to README.md for cargo
1 parent 894915b commit 4b109fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ license = "MIT"
77
documentation = "https://github.com/andrewdavidmackenzie/simpath/README.md"
88
homepage = "https://github.com/andrewdavidmackenzie/simpath/README.md"
99
repository = "https://github.com/andrewdavidmackenzie/simpath/"
10-
readme = "https://github.com/andrewdavidmackenzie/simpath/README.md"
10+
readme = "README.md"

0 commit comments

Comments
 (0)