diff --git a/README.md b/README.md index 7d2183a..0b9397b 100755 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ class User extends Authenticatable implements HasAddressesInterface ``` ## Update or Create Address +If the `$type` is exists then will be update with `$attributes`. ```php use Stylers\Address\Enums\AddressTypeEnum;