diff --git a/README.md b/README.md index 8c0cf8d..522730c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $address_formatter->setAttribute('STREET_ADDRESS', '173-185 Greenwich High Road' $address_formatter->setAttribute('COUNTRY', 'United Kingdom'); //Get the address in localised format -echo $this->container->formatAddress(); +echo $address_formatter->formatAddress(); ```