Skip to content

Commit

Permalink
docs: fix broken link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Dec 8, 2024
1 parent b2011f6 commit 59fc09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ pub fn some_tool() -> Result<Version> {
}
```

To construct your own simple adhoc error use the [miette!] macro:
To construct your own simple adhoc error use the [`miette!`] macro:
```rust
// my_app/lib/my_internal_file.rs
use miette::{miette, Result};
Expand Down

0 comments on commit 59fc09d

Please sign in to comment.