Skip to content

Commit 936bc20

Browse files
Update README.md
content updates.
1 parent 6ec77f4 commit 936bc20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# IP2Location Java Component
1+
# IP2Location IP Geolocation Java Component
22

3-
This component allows user to query an IP address for info such as the visitor’s country, region, city, latitude, longitude, ZIP code, ISP name, domain name, time zone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation and usage type. It lookup the IP address from **IP2Location BIN Data** file. This data file can be downloaded at
3+
This IP Geolocation Java component allows user to query an IP address for info such as the visitor’s country, region, city, ISP or company name. In addition, users can also determine extra useful geolocation information such as latitude, longitude, ZIP code, domain name, time zone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation and usage type. It lookup the IP address from **IP2Location BIN Data** file. This data file can be downloaded at
44

5-
* Free IP2Location BIN Data: https://lite.ip2location.com
6-
* Commercial IP2Location BIN Data: https://www.ip2location.com/database/ip2location
5+
* Free IP2Location IP Geolocation BIN Data: https://lite.ip2location.com
6+
* Commercial IP2Location IP Geolocation BIN Data: https://www.ip2location.com/database/ip2location
77

8-
As an alternative, this component can also call the IP2Location Web Service. This requires an API key. If you don't have an existing API key, you can subscribe for one at the below:
8+
As an alternative, this IP Geolocation Java component can also call the IP2Location Web Service. This requires an API key. If you don't have an existing API key, you can subscribe for one at the below:
99

1010
https://www.ip2location.com/web-service/ip2location
1111

@@ -135,7 +135,7 @@ public class Main
135135
}
136136
```
137137

138-
## QUERY USING THE WEB SERVICE
138+
## QUERY USING THE IP2LOCATION IP GEOLOCATION WEB SERVICE
139139

140140
## Methods
141141
Below are the methods supported in this class.

0 commit comments

Comments
 (0)