Skip to content

Commit b6400cf

Browse files
authored
Updated address provider documentation for en_NG locale (#94)
1 parent b4c9a21 commit b6400cf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/locales/en_NG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
### `Faker\Provider\en_NG\Address`
44

55
```php
6-
echo $faker->county(); // 'Edo'
7-
echo $faker->region(); // 'Katsina'
6+
echo $faker->city(); // 'Edo'
7+
echo $faker->cityName(); // 'Edo'
8+
echo $faker->state(); // 'Katsina'
9+
echo $faker->region(); // 'South-East'
10+
echo $faker->streetAddress(); // '92 Rev. Oladimeji Way'
11+
echo $faker->streetName(); // 'Chief Olasunkanmi-fasayo Street'
812
```
913

1014
### `Faker\Provider\en_NG\Person`

0 commit comments

Comments
 (0)