diff --git a/README.md b/README.md index 9e7496f..481c001 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Ruby addressing library, powered by CLDR and Google's address data. - Both latin and local subdivision names, when relevant (e.g: Okinawa / 沖縄県). - Formatting, both in HTML and plain text. -All data is [stored locally](data) as JSON and automatically updated through scheduled Github Actions. Countries are generated from [CLDR v42](https://github.com/unicode-org/cldr-json.git). Address formats and subdivisions were initially generated from [Google's Address Data Service](https://chromium-i18n.appspot.com/ssl-address), and are now owned and maintained by the library itself. +Address formats and subdivisions were initially generated from [Google's Address Data Service](https://chromium-i18n.appspot.com/ssl-address), and are now owned and maintained by the library itself. [![Build Status](https://img.shields.io/github/actions/workflow/status/robinvdvleuten/addressing/test.yml?branch=main)](https://github.com/robinvdvleuten/addressing/actions?query=workflow%3Atest) [![MIT license](https://img.shields.io/github/license/robinvdvleuten/addressing.svg)](https://github.com/robinvdvleuten/addressing/blob/main/LICENSE)