Skip to content

Commit c5bd5cc

Browse files
author
pulkit
committed
updated Readme
1 parent 5d0a4b5 commit c5bd5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Example:
5656
use PulkitJalan\GeoIP\GeoIP
5757

5858
$geoip = new GeoIP();
59-
$geoip->setIp('81.2.69.160'); // Optional
6059

6160
$lat = $geoip->getLatitude(); // 51.5141
6261
$lon = $geoip->getLongitude(); // -3.1969
@@ -66,6 +65,7 @@ $lon = $geoip->getLongitude(); // -3.1969
6665

6766
To use the ip-api pro service you can set the options in your config.
6867

68+
Pro Example:
6969
```php
7070
$config = [
7171
'driver' => 'ip-api',

0 commit comments

Comments
 (0)