Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Oct 21, 2024
1 parent c129eaa commit 6a2810d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Easily use Brick/Money in your Laravel app.
### Breaking cahnge

The namespace has been updated: from `Finller\Money` to `Elegantly\Money`.
You can simple do a search+replace.
You can simply do a search+replace.

## Installation

Expand Down Expand Up @@ -49,7 +49,7 @@ return [
If you store the currency in a table column alongside the amount value, you can specify the column name like this:

```php
use Elegantly\MoneyCast;
use Elegantly\Money\MoneyCast;

/**
* @property ?Money $price
Expand All @@ -69,7 +69,7 @@ class Invoice extends Model {
You can cast your money to a specific currency using the currency code instead of the column name.

```php
use Elegantly\MoneyCast;
use Elegantly\Money\MoneyCast;

/**
* @property ?Money $price
Expand Down

0 comments on commit 6a2810d

Please sign in to comment.