Skip to content

Commit d3fb31e

Browse files
committed
Including example/demo in Readme. Updated version
1 parent c878c0e commit d3fb31e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# React Utils Button [![Build Status](https://travis-ci.org/raulrene/react-utils-button.svg?branch=master)](https://travis-ci.org/raulrene/react-utils-button)
22
Lightweight React Button component, serving as an utility wrapper over the HTML button element.
33

4+
**Demo:** https://raulrene.github.io/react-utils-button/example/
5+
46
## Installation
57

68
```sh
7-
npm install react-utils-button
9+
npm i --save react-utils-button
810
```
911

1012
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-utils-button",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Lightweight React Button component, serving as a reusable utility wrapper over the HTML button element.",
55
"author": "Raul Rene Lepsa <raul.lepsa@gmail.com> (https://github.com/raulrene)",
66
"license": "MIT",

0 commit comments

Comments
 (0)