Skip to content

Commit

Permalink
fix: publishing needs readme to be relative to the project (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
keplervital authored Dec 10, 2024
1 parent 438cb3b commit ff80298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions canfund-rs/README.md
2 changes: 1 addition & 1 deletion canfund-rs/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]

pub mod api;
pub mod errors;
Expand Down

0 comments on commit ff80298

Please sign in to comment.