Skip to content

Commit d387b96

Browse files
authored
Merge pull request dozoisch#137 from dozoisch/codesandbox-svg
Add codesandbox.svg to readme
2 parents c317cb5 + cf0fb64 commit d387b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Build Status][travis.img]][travis.url] [![npm version][npm.img]][npm.url] [![npm downloads][npm.dl.img]][npm.dl.url] [![Dependencies][deps.img]][deps.url]
44

5+
[![Edit react-google-recaptcha example](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/1y4zzjq37l)
6+
57
React component for [Google reCAPTCHA v2][reCAPTCHA].
68

79
## Installation
@@ -16,8 +18,6 @@ All you need to do is [sign up for an API key pair][signup]. You will need the c
1618

1719
The default usage imports a wrapped component that loads the google recaptcha script asynchronously then instantiates a `reCAPTCHA` the user can then interact with.
1820

19-
Here is a simple working [example on codesandbox.io](https://codesandbox.io/s/1y4zzjq37l).
20-
2121
Code Example:
2222
```jsx
2323
import ReCAPTCHA from "react-google-recaptcha";

0 commit comments

Comments
 (0)