varunsrin / rusty_money

Money library for Rust
MIT License
88 stars 33 forks source link

Doc: fix crate name in lib.rs documentation #55

Closed Horgix closed 3 years ago

Horgix commented 3 years ago

The name of the crate to add as dependency in the doc from lib.rs that can be found on https://docs.rs/rusty-money/0.4.1/rusty_money/index.html is rusty_money while the real crate name is rusty-money.

This can be confusing / cause surprises to people copy-ing it in their Cargo.toml.

This PR fixes this :)

Horgix commented 3 years ago

Fixed conflict created by other PRs by rebasing master

varunsrin commented 3 years ago

thanks!