diff --git a/README b/README index a17d07c..6fa1afc 100644 --- a/README +++ b/README @@ -8,9 +8,9 @@ Exif parsing library written in pure Rust Usage ----- - Add a dependency entry to your Cargo.toml. Specifying at least two - numbers is recommended because, during the major version 0, the - minor will be bumped to indicate backwards-incompatible changes. + Add a dependency entry to your Cargo.toml. Specify "kamadak-exif" + if you use crates.io. The canonical name of this crate is "exif", + but it is renamed on crates.io to avoid a naming conflict. [dependencies] kamadak-exif = "0.3"