diff --git a/README.md b/README.md index c01d7ad..5376dd2 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,6 @@ the following features: ### Installing -Using [`cargo-edit`](https://crates.io/crates/cargo-edit): - ```sh $ cargo add miette ``` diff --git a/src/lib.rs b/src/lib.rs index de09898..f6c69e4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -76,8 +76,6 @@ //! //! ## Installing //! -//! Using [`cargo-edit`](https://crates.io/crates/cargo-edit): -//! //! ```sh //! $ cargo add miette //! ```