Skip to content

Commit 905bca5

Browse files
committed
Minor update
1 parent 9ffaf84 commit 905bca5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Pass the _exlcludes_ parameter to get remove the unnecessary fields from the res
7171
'Content-Type: application/json',
7272
'Accept: application/json'
7373
));
74+
7475
return curl_exec($cURL);
7576
}
7677
?>
@@ -135,7 +136,7 @@ Here is an example to get the geolocation for a list of IP addresses and display
135136
echo "<td>".$decodedLocation['currency']['name']."</td>";
136137
echo "<td>".$decodedLocation['time_zone']['name']."</td>";
137138
}
138-
139+
139140
echo "</tr>";
140141
}
141142

@@ -152,6 +153,7 @@ Here is an example to get the geolocation for a list of IP addresses and display
152153
'Content-Type: application/json',
153154
'Accept: application/json'
154155
));
156+
155157
return curl_exec($cURL);
156158
}
157159
?>

0 commit comments

Comments
 (0)