Skip to content

Commit f42a983

Browse files
authored
Update README.md (#276)
### Summary This PR fixes a small typo in the documentation: - Changed "adress" to "address" in README.md.
1 parent d0dd5f4 commit f42a983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Tests: [![Build Status](https://api.travis-ci.org/yellowtree/geoip-detect.svg?br
88

99
* **Donate Link:** https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BSYUZHS8FH3CL
1010

11-
Provides geographic information detected by an IP adress.
11+
Provides geographic information detected by an IP address.
1212

1313
## Description ##
1414

15-
Provides geographic information detected by an IP adress. This can be used in themes or other plugins, as a shortcode, or via CSS body classes. The city & country names are translated in different languages ([supported languages](https://dev.maxmind.com/geoip/geoip2/web-services/#Languages-8)).
15+
Provides geographic information detected by an IP address. This can be used in themes or other plugins, as a shortcode, or via CSS body classes. The city & country names are translated in different languages ([supported languages](https://dev.maxmind.com/geoip/geoip2/web-services/#Languages-8)).
1616

1717
= Features: =
1818

@@ -28,7 +28,7 @@ Provides geographic information detected by an IP adress. This can be used in th
2828
* `geoip_detect2_get_info_from_ip($ip, $locales = array('en'), $options = array())`: Lookup Geo-Information of the specified IP
2929
* `geoip_detect2_get_info_from_current_ip($locales = array('en'), $options = array())`: Lookup Geo-Information of the current website user
3030
* `geoip_detect2_get_current_source_description(...)`: Return a human-readable label of the currently chosen source.
31-
* `geoip_detect2_get_external_ip_adress()`: Fetch the internet adress of the webserver
31+
* `geoip_detect2_get_external_ip_adress()`: Fetch the internet address of the webserver
3232
* `geoip_detect2_get_client_ip()`: Get client IP (even if it is behind a reverse proxy)
3333
* For the property names, see the results of a specific IP in the wordpress backend (under *Tools > Geolocation IP Detection*).
3434
* You can include these properties into your posts and pages by using the shortcode `[geoip_detect2 property="country.name" default="(country could not be detected)" lang="en"]` (where 'country.name' can be one of the other property names as well, and 'default' and 'lang' are optional).

0 commit comments

Comments
 (0)