Skip to content

Commit 055cf93

Browse files
committed
fix readme data
1 parent 530b068 commit 055cf93

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<h1 align="center">Fork of React Google Recaptcha V3</h1>
1+
<h1 align="center">React Google Recaptcha V3</h1>
22
<div align="center">
33

44
[React](https://reactjs.org/) library for integrating Google ReCaptcha V3 to your App.
55

6-
[![npm package](https://img.shields.io/npm/v/react-google-recaptcha-v3/latest.svg)](https://www.npmjs.com/package/@ramirezcgn/react-google-recaptcha-v3)
6+
[![npm package](https://img.shields.io/npm/v/react-google-recaptcha-v3/latest.svg)](https://www.npmjs.com/package/react-google-recaptcha-v3)
77
![Code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)
88
![type definition](https://img.shields.io/npm/types/react-google-recaptcha-v3)
99

@@ -12,7 +12,7 @@
1212
## Install
1313

1414
```bash
15-
npm install @ramirezcgn/react-google-recaptcha-v3
15+
npm install react-google-recaptcha-v3
1616
```
1717

1818
## Usage

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@ramirezcgn/react-google-recaptcha-v3",
2+
"name": "react-google-recaptcha-v3",
33
"version": "1.9.8",
44
"description": "Fork of React component for google-recaptcha v3",
55
"module": "dist/react-google-recaptcha-v3.esm.js",
@@ -13,14 +13,11 @@
1313
"lint": "tslint -c tslint.json 'src/**/*.ts'"
1414
},
1515
"author": "Duong Tran",
16-
"contributors": [
17-
"Nicolas Ramirez <[email protected]> (https://github.com/ramirezcgn"
18-
],
19-
"homepage": "https://github.com/ramirezcgn/react-google-recaptcha-v3",
16+
"homepage": "https://github.com/t49tran/react-google-recaptcha-v3",
2017
"license": "MIT",
2118
"repository": {
2219
"type": "git",
23-
"url": "git://github.com/ramirezcgn/react-google-recaptcha-v3"
20+
"url": "https://github.com/t49tran/react-google-recaptcha-v3"
2421
},
2522
"peerDependencies": {
2623
"react": "^17.0 || ^18.0",

0 commit comments

Comments
 (0)