From 1b75237d20a4c709788712b9b6c0b5e8887232eb Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Fri, 9 Mar 2018 13:53:11 +0000 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b48f4..3ac1329 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ $postcodeLookupService = new \RapidWeb\Postcodes\Objects\PostcodeAnywhere('API_K ### Get addresses by postcode -To retrieve the addreses associated with a UK postcode, just pass it to the method shown below. +To retrieve the addresses associated with a UK postcode, just pass it to the method shown below. You will receive an array of address objects, appropriately split by their address lines and other details. ```php