Skip to content

Commit 59c185a

Browse files
committed
docs(README): Refactor the README for clearer formatting
1 parent 7a5e045 commit 59c185a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,38 @@ Minwork is the personal brand of Krzysztof Kalkhoff. You can find more informati
77

88
# Libraries
99

10-
## Hooks
11-
12-
### Use Long Press
13-
![React Long Press Hook](https://raw.githubusercontent.com/minwork/react/main/packages/use-long-press/images/react-long-press-hook.webp)
10+
## Use Long Press
1411

1512
![NPM Downloads](https://img.shields.io/npm/dm/use-long-press)
1613
[![npm](https://img.shields.io/npm/v/use-long-press)](https://www.npmjs.com/package/use-long-press)
1714

15+
![React Long Press Hook](https://raw.githubusercontent.com/minwork/react/main/packages/use-long-press/images/react-long-press-hook.webp)
16+
1817
> React hook for detecting _click_, _tap_ or _point_ and _hold_ event.
1918
2019
- [Readme](./packages/use-long-press/README.md)
2120
- [Demo (Storybook)](https://react-libraries-storybook.vercel.app/)
2221
- [Documentation](https://minwork.gitbook.io/long-press-hook)
2322

24-
### Use Double Tap
25-
26-
![React Double Tap Hook](https://raw.githubusercontent.com/minwork/react/main/packages/use-double-tap/images/react-double-tap-hook.webp)
23+
## Use Double Tap
2724

2825
![NPM Downloads](https://img.shields.io/npm/dm/use-double-tap)
2926
![npm](https://img.shields.io/npm/v/use-double-tap)
3027

28+
![React Double Tap Hook](https://raw.githubusercontent.com/minwork/react/main/packages/use-double-tap/images/react-double-tap-hook.webp)
29+
3130
> React hook for handling _double tap_ on mobile devices
3231
3332
- [Readme](./packages/use-double-tap/README.md)
3433
- [Documentation](https://minwork.gitbook.io/double-tap-hook)
3534

36-
### React Interval Hook
37-
38-
![React Interval Hook](https://raw.githubusercontent.com/minwork/react/main/packages/react-interval-hook/images/react-interval-hook.webp)
35+
## React Interval Hook
3936

4037
![NPM Downloads](https://img.shields.io/npm/dm/react-interval-hook)
4138
[![npm](https://img.shields.io/npm/v/react-interval-hook)](https://www.npmjs.com/package/react-interval-hook)
4239

40+
![React Interval Hook](https://raw.githubusercontent.com/minwork/react/main/packages/react-interval-hook/images/react-interval-hook.webp)
41+
4342
> React _self-correcting_ interval hook for precision timing, augmented by management methods
4443
4544
- [Readme](./packages/react-interval-hook/README.md)

0 commit comments

Comments
 (0)