Skip to content

Commit 2db0587

Browse files
committed
Update quickstart.md
1 parent b03b2a6 commit 2db0587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Dependencies
44

5-
This library requires IP2Location BIN database to function. You may download the BIN database at
5+
This library requires IP2Proxy BIN database to function. You may download the BIN database at
66

7-
- IP2Location LITE BIN Data (Free): <https://lite.ip2location.com>
8-
- IP2Location Commercial BIN Data (Comprehensive):
7+
- IP2Proxy LITE BIN Data (Free): <https://lite.ip2location.com>
8+
- IP2Proxy Commercial BIN Data (Comprehensive):
99
<https://www.ip2location.com>
1010

1111
:::{note}
@@ -24,7 +24,7 @@ composer require ip2location/ip2proxy-php
2424

2525
### Query geolocation information from BIN database
2626

27-
You can query the geolocation information from the IP2Location BIN database as below:
27+
You can query the geolocation information from the IP2Proxy BIN database as below:
2828

2929
```php
3030
require 'vendor/autoload.php';

0 commit comments

Comments
 (0)