Skip to content

Commit

Permalink
Fix Cargo.toml README path
Browse files Browse the repository at this point in the history
  • Loading branch information
io12 committed Dec 14, 2021
1 parent bd892c7 commit 06eb658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yew-octicons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Benjamin Levy <[email protected]>"]
edition = "2021"
description = "Easy support for Octicons in yew"
repository = "https://github.com/io12/yew-octicons"
readme = "README.md"
readme = "../README.md"
keywords = ["yew", "octicons", "icons", "wasm"]
license = "MIT"

Expand Down

0 comments on commit 06eb658

Please sign in to comment.