Skip to content

Commit

Permalink
chore: Fix README.md path
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Dec 16, 2024
1 parent 94a2e4d commit 117c48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cornucopia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
description = "Generate type-checked Rust from your PostgreSQL queries."
homepage = "https://cornucopia-rs.netlify.app/"
repository = "https://github.com/cornucopia-rs/cornucopia"
readme = "../README.md"
readme = "../../README.md"
categories = ["database"]
keywords = ["postgresql", "query", "generator", "sql", "tokio-postgres"]

Expand Down

0 comments on commit 117c48a

Please sign in to comment.