mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
docs: center footer in README
This commit is contained in:
parent
272b8d49cf
commit
04d9f38ca0
20
README.md
20
README.md
@ -96,13 +96,23 @@
|
||||
<br />
|
||||
<br />
|
||||
|
||||
## <sub>Usage</sub>
|
||||
|
||||
- You need to have React `16.7.0-alpha.0` or later installed to use Hooks API.
|
||||
- You can import each hook individually `import useToggle from 'react-use/lib/useToggle'`.
|
||||
<h2 align="center"><sub>Usage</sub></h2>
|
||||
|
||||
## <sub>License</sub>
|
||||
<p align="center">
|
||||
You need to have React <code>16.7.0-alpha.0</code> or later installed to use Hooks API.
|
||||
</p>
|
||||
|
||||
[Unlicense](./LICENSE) — public domain.
|
||||
<p align="center">
|
||||
You can import each hook individually <code>import useToggle from 'react-use/lib/useToggle'</code>.
|
||||
</p>
|
||||
|
||||
<br/>
|
||||
|
||||
<h2 align="center"><sub>License</sub></h2>
|
||||
|
||||
<p align="center">
|
||||
<a href="./LICENSE">Unlicense</a> — public domain.
|
||||
</p>
|
||||
|
||||
[img-demo]: https://img.shields.io/badge/demo-%20%20%20%F0%9F%9A%80-green.svg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user