Skip to content

Commit d10af87

Browse files
committed
Add README.md updates
1 parent 92bc048 commit d10af87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ $countryCode = (new Timezone('Europe/Berlin'))->getCountryCode();
2828
```
2929

3030
```php
31-
$countryCode = (new Timezone('Europe/Berlin'))->getCountryName();
31+
$countryName = (new Timezone('Europe/Berlin'))->getCountryName();
3232
// Germany
3333
```
3434

3535
```php
3636
use Ixnode\PhpTimezone\Constants\Language
3737

38-
$countryCode = (new Timezone('Europe/Berlin'))->getCountryName(Language::DE_DE);
38+
$countryName = (new Timezone('Europe/Berlin'))->getCountryName(Language::DE_DE);
3939
// Deutschland
4040
```
4141

0 commit comments

Comments
 (0)