Skip to content

Commit 4685954

Browse files
authored
Merge pull request #14 from react-hook-form/v0.1.2
V0.1.2
2 parents f96118d + 94ce11c commit 4685954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Usage
99

10-
1. Install extension in [Chrome Web Store]()
10+
1. Install extension in [Chrome Web Store](https://chrome.google.com/webstore/detail/react-hook-form-developer/cangfmbpembbepmmechnanpmddndpaji)
1111
_Or [build it yourself](#production) / download the [release](https://github.com/react-hook-form/devtools-extension/releases) file (then goto [Development Run **third step**](#run))_
1212
2. Install [devtools](https://github.com/react-hook-form/devtools) in your project
1313

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "React Hook Form Developer Tools",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "React Hook Form developer tools to help debug forms with validation.",
66
"icons": {
77
"16": "images/icon16.png",

0 commit comments

Comments
 (0)