From ac6592b7a514bb826bcd0d4d9cd900ec9d861433 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 1 May 2014 16:47:38 -0700 Subject: [PATCH] Wording tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8c495..6c753f1 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ classes for the different parts of the data such as the city in which the IP address is located. If the record is not found, a `\GeoIp2\Exception\AddressNotFoundException` -is returned. If the database is invalid or corrupt, a +is thrown. If the database is invalid or corrupt, a `\MaxMind\Db\InvalidDatabaseException` will be thrown. See the API documentation for more details.