Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Commit 4767356

Browse files
authored
Update README.md
1 parent 2572241 commit 4767356

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,6 @@ export default () => {
132132
| `onBlurEvent` | Function | | | Callback function to return `value` or `checked`. event callback argument may have different signature and this props allow you to customise the value return. |
133133
| `...rest` | Object | | | Any props assigned will be pass through to your Input component |
134134

135-
## Contributors
136-
137-
Thanks goes to these wonderful people. [[Become a contributor](CONTRIBUTING.md)].
138-
139-
<a href="https://github.com/react-hook-form/react-hook-form/graphs/contributors">
140-
<img src="https://opencollective.com/react-hook-form/contributors.svg?width=950" />
141-
</a>
142-
143135
## Backers
144136

145137
Thank goes to all our backers! [[Become a backer](https://opencollective.com/react-hook-form#backer)].
@@ -148,7 +140,15 @@ Thank goes to all our backers! [[Become a backer](https://opencollective.com/rea
148140
<img src="https://opencollective.com/react-hook-form/backers.svg?width=950" />
149141
</a>
150142

151-
## Credit
143+
## Contributors
144+
145+
Thanks goes to these wonderful people. [[Become a contributor](CONTRIBUTING.md)].
146+
147+
<a href="https://github.com/react-hook-form/react-hook-form/graphs/contributors">
148+
<img src="https://opencollective.com/react-hook-form/contributors.svg?width=950" />
149+
</a>
150+
151+
#### Thanks to
152152

153153
- Inspiration goes to <a href="https://github.com/JedWatson">Jed Watson</a> @github <a href="https://github.com/JedWatson/react-select/issues/3855">issue #3855</a>.
154154
- Shaping better API <a href="https://github.com/JeromeDeLeon">@JeromeDeLeon</a>

0 commit comments

Comments
 (0)