Skip to content

Commit 70cb5a5

Browse files
committed
Add continent to the example array
1 parent b56968f commit 70cb5a5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,17 @@ array (
7070
"city" => "New Haven",
7171
"state" => "CT",
7272
"postal_code" => "06510",
73-
"lat" => 41.28,
73+
"lat" => 41.28,
7474
"lon" => -72.88,
75-
"timezone" => "America/New_York"
76-
"default" => false
75+
"timezone" => "America/New_York",
76+
"continent" => "NA",
77+
"default" => false
7778
);
78-
```
79-
80-
#### Note
81-
82-
In the case that a location is not found the fallback location will be returned with the `default` parameter set to `true`. In a future release I'll make the default location customizable. For not it is New Haven, CT.
79+
```
80+
81+
#### Note
82+
83+
In the case that a location is not found the fallback location will be returned with the `default` parameter set to `true`. In a future release I'll make the default location customizable. For not it is New Haven, CT.
8384

8485
## Services
8586

0 commit comments

Comments
 (0)