From 34b634e64ce7aade39300e6d5faa18d4a5c78308 Mon Sep 17 00:00:00 2001 From: Emmanuel A <25031292+manutheblacker@users.noreply.github.com> Date: Sat, 30 Oct 2021 07:54:48 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 829e78b..6c07b31 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # africa-states A list of municipalities in African countries. -[![npm version](https://img.shields.io/npm/v/@stripe/react-stripe-js.svg?style=flat-square)](https://github.com/homescriptone/africa-states) +[![issues](https://img.shields.io/github/issues/homescriptone/africa-states)](https://github.com/homescriptone/africa-states) +[![forks](https://img.shields.io/github/forks/homescriptone/africa-states)](https://github.com/homescriptone/africa-states) +[![stars](https://img.shields.io/github/stars/homescriptone/africa-states)](https://github.com/homescriptone/africa-states) +[![license](https://img.shields.io/github/license/homescriptone/africa-states)](https://github.com/homescriptone/africa-states) +[![twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fhomescriptone%2Fafrica-states)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fhomescriptone%2Fafrica-states) + ## Installation First, install the package : @@ -28,8 +33,6 @@ First, install the package : //Get state from a specific country let benin_states = state_obj.get_state('BJ'); let togo_states = state_obj.get_state('TG'); - ... - ``` ## Contributing