Skip to content

Commit

Permalink
cli: fix README.md
Browse files Browse the repository at this point in the history
Similar fix to #932: it's broken when publishing a crate
  • Loading branch information
tony-iqlusion committed Oct 15, 2024
1 parent 0617102 commit 5a841d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/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")]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/iqlusioninc/abscissa/main/img/abscissa-sq.svg"
)]
Expand Down

0 comments on commit 5a841d2

Please sign in to comment.