Skip to content

Commit

Permalink
Refactor README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcc authored Nov 24, 2024
1 parent 8e6af5a commit c883d55
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 @@ -14,7 +14,7 @@ money = { git = "https://github.com/mehmetcc/money" }
## Example Usage

```rust
use money_pattern::{Money, Currency, Decimal};
use money::{Money, Currency, Decimal};

fn main() {
// Creating a new Currency for Bitcoin
Expand Down

0 comments on commit c883d55

Please sign in to comment.