From f9d073d04d08c6f8c187b07564be8a7ad906accf Mon Sep 17 00:00:00 2001 From: samayo Date: Mon, 14 Oct 2019 13:19:22 -0700 Subject: [PATCH] feat: add religion data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 941a1c0d..90f6e40c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ $ git clone https://github.com/samayo/country-json - [Country by Continent](https://github.com/samayo/country-json/blob/master/src/country-by-continent.json) - [Country by Costline](https://github.com/samayo/country-json/blob/master/src/country-by-costline.json) - [Country by Currency Name](https://github.com/samayo/country-json/blob/master/src/country-by-currency-name.json) +- [Country by Religion](https://github.com/samayo/country-json/blob/master/src/country-by-religion.json) - [Country by Currency Code](https://github.com/samayo/country-json/blob/master/src/country-by-currency-code.json) - [Country by Domain Tld](https://github.com/samayo/country-json/blob/master/src/country-by-domain-tld.json) - [Country by Elevation](https://github.com/samayo/country-json/blob/master/src/country-by-elevation.json)