Skip to content

Commit e2462d6

Browse files
committed
added travis, deps badges
1 parent d0a735e commit e2462d6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# react-google-recaptcha
2+
3+
[![Build Status][travis.img]][travis.url]
4+
[![Dependencies][deps.img]][deps.url]
5+
[![Dev Dependencies][devdeps.img]][devdeps.url]
6+
27
Component wrapper for [Google reCAPTCHA][reCAPTCHA]
38

49
## Installation
@@ -66,6 +71,13 @@ The component also has some utility functions that can be called.
6671

6772
*The build is highly inspired by [react-bootstrap][rb]*
6873

74+
[travis.img]: https://travis-ci.org/dozoisch/react-google-recaptcha.svg?branch=master
75+
[travis.url]: https://travis-ci.org/dozoisch/react-google-recaptcha
76+
[deps.img]: https://david-dm.org/dozoisch/react-google-recaptcha.svg
77+
[deps.url]: https://david-dm.org/dozoisch/react-google-recaptcha
78+
[devdeps.img]: https://david-dm.org/dozoisch/react-google-recaptcha/dev-status.svg
79+
[devdeps.url]: https://david-dm.org/dozoisch/react-google-recaptcha#info=devDependencies
80+
6981
[reCAPTCHA]: https://www.google.com/recaptcha
7082
[signup]: http://www.google.com/recaptcha/admin
7183
[docs]: https://developers.google.com/recaptcha

0 commit comments

Comments
 (0)