From ebd40c2626a90e29a8405da4c8e1cf1b4962268b Mon Sep 17 00:00:00 2001 From: Michael McGahan Date: Thu, 12 May 2016 11:28:10 +1200 Subject: [PATCH] Add npm version badge to README This project is moving quickly, and it would be useful for the README to indicate the currently-available version on npm. This branch adds the common `https://badge.fury.io/` image, similar to other React projects on GitHub. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93756414af2f..68391096e1f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# React Storybook [![Build Status](https://travis-ci.org/kadirahq/react-storybook.svg?branch=master)](https://travis-ci.org/kadirahq/react-storybook) +# React Storybook [![Build Status](https://travis-ci.org/kadirahq/react-storybook.svg?branch=master)](https://travis-ci.org/kadirahq/react-storybook) [![npm version](https://badge.fury.io/js/%40kadira%2Fstorybook.svg)](https://badge.fury.io/js/%40kadira%2Fstorybook) Now you can develop and design React UI components without running your app.