We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308f098 commit 2942db3Copy full SHA for 2942db3
README.md
@@ -52,7 +52,7 @@ To use the web service API, you must create a new `WebServiceClient` using the
52
`WebServiceClient.Builder`. You must provide the `Builder` constructor your
53
MaxMind `accountId` and `licenseKey`. To use the GeoLite2 web services instead
54
of GeoIP2, set the `host` method on the builder to `geolite.info`. To use
55
-the Sandbox GeoIP2 web services intead of the production GeoIP2 web
+the Sandbox GeoIP2 web services instead of the production GeoIP2 web
56
services, set the `host` method on the builder to `sandbox.maxmind.com`.
57
You may also set a `timeout` or set the `locales` fallback order using the
58
methods on the `Builder`. After you have created the `WebServiceClient`,
0 commit comments