We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bc048 commit d10af87Copy full SHA for d10af87
README.md
@@ -28,14 +28,14 @@ $countryCode = (new Timezone('Europe/Berlin'))->getCountryCode();
28
```
29
30
```php
31
-$countryCode = (new Timezone('Europe/Berlin'))->getCountryName();
+$countryName = (new Timezone('Europe/Berlin'))->getCountryName();
32
// Germany
33
34
35
36
use Ixnode\PhpTimezone\Constants\Language
37
38
-$countryCode = (new Timezone('Europe/Berlin'))->getCountryName(Language::DE_DE);
+$countryName = (new Timezone('Europe/Berlin'))->getCountryName(Language::DE_DE);
39
// Deutschland
40
41
0 commit comments