Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Dec 6, 2024
1 parent f134f2a commit 6af6990
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 @@ -181,7 +181,7 @@ Alternatively you can use the `phone()` helper function. It returns a `Propagani
```php
phone('+3212/34.56.78'); // PhoneNumber instance
phone('012 34 56 78', 'BE'); // PhoneNumber instance
phone('012 34 56 78', 'BE', 'e164'); // +3212345678
phone('012 34 56 78', 'BE', $format); // string
```

### Formatting
Expand Down

0 comments on commit 6af6990

Please sign in to comment.