diff --git a/README.md b/README.md index 0eda4a0..41a8b04 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,13 @@ Address ======= -[![Build Status](https://travis-ci.org/bojanz/address.svg?branch=8.x-1.x)] -(https://travis-ci.org/bojanz/address) +[![Build Status](https://travis-ci.org/bojanz/address.svg?branch=8.x-1.x)](https://travis-ci.org/bojanz/address) -Provides functionality for storing, validating and displaying -international postal addresses. -The Drupal 8 heir to the addressfield module, powered by -the [commerceguys/addressing](https://github.com/commerceguys/addressing) -and [commerceguys/zone](https://github.com/commerceguys/zone) libraries. +Provides functionality for storing, validating and displaying international postal addresses. +The Drupal 8 heir to the addressfield module, powered by the [commerceguys/addressing](https://github.com/commerceguys/addressing) and [commerceguys/zone](https://github.com/commerceguys/zone) libraries. Installation ------------- -This module needs to be installed via Composer, which will download -the required libraries. +This module needs to be installed via Composer, which will download the required libraries. 1. Add the Drupal Packagist repository diff --git a/src/AddressInterface.php b/src/AddressInterface.php index 4adc0eb..e44c3c8 100644 --- a/src/AddressInterface.php +++ b/src/AddressInterface.php @@ -1,8 +1,4 @@