From 6b209afd5fb501ee21d6e2452393aa165850990d Mon Sep 17 00:00:00 2001 From: rupal-simform <61236016+rupal-simform@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:59:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5468d9..3bed847 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react-native-spinner-button [![npm version](https://badge.fury.io/js/react-native-spinner-button.svg)](https://badge.fury.io/js/react-native-spinner-button) +# react-native-spinner-button [![npm version][![npm version](https://badge.fury.io/js/react-native-spinner-button.svg)](https://badge.fury.io/js/react-native-spinner-button) This is a pure javascript and react-native Button component with a Spinner embeded in it. In many of the react-native projects we have worked on required the button to be disabled when app is processing something on tap of that button, and a loading indicator on it or beside it, so the user can be made aware of app doing some processing.