Skip to content

Commit cabb067

Browse files
committed
docs(readme): Fix the sample code
1 parent f2064c7 commit cabb067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ A command-line for the [PHP-Prefixer](https://php-prefixer.com) service. The com
1111
Given this sample class declaration:
1212

1313
```php
14-
namespace ACME\Carbon;
14+
namespace Carbon;
1515

16-
use ACME\Carbon\Exceptions\InvalidDateException;
16+
use Carbon\Exceptions\InvalidDateException;
1717
use DateInterval;
18-
use ACME\Symfony\Component\Translation;
18+
use Symfony\Component\Translation;
1919

2020
class Carbon extends DateTime
2121
{

0 commit comments

Comments
 (0)