You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to `React Hook Form` (The Docs)
1
+
# Contributing to `React Form Hook` (The Docs)
2
2
3
3
As the creators and maintainers of this project, we want to ensure that `react-hook-form` lives and continues to grow and evolve. We would like to encourage everyone to help and support this library by contributing.
4
4
@@ -52,7 +52,7 @@ pnpm run start
52
52
## Coding style
53
53
54
54
Please follow the coding style of the project.
55
-
React Hook Form uses prettier.
55
+
React Form Hook uses prettier.
56
56
If possible, enable the prettier plugin in your editor to get real-time feedback. The formatting can be run manually with the following command:
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<divalign="center">
2
2
<p align="center">
3
-
<a href="https://react-hook-form.com" title="React Hook Form - Simple React forms validation">
4
-
<img src="https://raw.githubusercontent.com/bluebill1049/react-hook-form/master/docs/logo.png" alt="React Hook Form Logo - React hook custom hook for form validation" />
3
+
<a href="https://react-hook-form.com" title="React Form Hook - Simple React forms validation">
4
+
<img src="https://raw.githubusercontent.com/bluebill1049/react-hook-form/master/docs/logo.png" alt="React Form Hook Logo - React hook custom hook for form validation" />
0 commit comments