Skip to content

Commit 9ffaf84

Browse files
committed
Minor update
1 parent 08d77d6 commit 9ffaf84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ Here is an example to get the geolocation for a list of IP addresses and display
135135
echo "<td>".$decodedLocation['currency']['name']."</td>";
136136
echo "<td>".$decodedLocation['time_zone']['name']."</td>";
137137
}
138+
138139
echo "</tr>";
139140
}
140-
141+
141142
echo "</table>";
142143

143144
function get_geolocation($apiKey, $ip, $lang = "en", $fields = "*", $excludes = "") {

0 commit comments

Comments
 (0)