Skip to content

Commit a6e700c

Browse files
committed
added npm version badge
1 parent 63d6a38 commit a6e700c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# react-google-recaptcha
22

33
[![Build Status][travis.img]][travis.url]
4+
[![npm version][npm.img]][npm.url]
45
[![Dependencies][deps.img]][deps.url]
56
[![Dev Dependencies][devdeps.img]][devdeps.url]
67

@@ -42,7 +43,7 @@ React.render(
4243
/>, document.body);
4344
```
4445

45-
###Rendering Props
46+
### Rendering Props
4647

4748
Other properties can be used to customised the rendering.
4849

@@ -73,6 +74,8 @@ The component also has some utility functions that can be called.
7374

7475
[travis.img]: https://travis-ci.org/dozoisch/react-google-recaptcha.svg?branch=master
7576
[travis.url]: https://travis-ci.org/dozoisch/react-google-recaptcha
77+
[npm.img]: https://badge.fury.io/js/react-google-recaptcha.svg
78+
[npm.url]: http://badge.fury.io/js/react-google-recaptcha
7679
[deps.img]: https://david-dm.org/dozoisch/react-google-recaptcha.svg
7780
[deps.url]: https://david-dm.org/dozoisch/react-google-recaptcha
7881
[devdeps.img]: https://david-dm.org/dozoisch/react-google-recaptcha/dev-status.svg

0 commit comments

Comments
 (0)