Skip to content

Commit 783300f

Browse files
committed
docs: fix readme
1 parent 8879e90 commit 783300f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@
2121
<a href="https://david-dm.org/ahmnouira/ionic-react-header-parallax?type=dev"><img src="https://david-dm.org/ahmnouira/ionic-react-header-parallax/dev-status.svg"></a>
2222
</p>
2323

24-
# Installation with npm
24+
## Installation with npm
2525

2626
```sh
2727
npm install ionic-react-header-parallax --save
2828
```
2929

30+
## Installation with yarn
31+
3032
```sh
3133
yarn add ionic-react-header-parallax
3234
```
3335

34-
# Example
36+
## Example
3537

3638
```tsx
3739
import * as React from 'react'
@@ -76,8 +78,8 @@ const Home: React.FC = () => {
7678

7779
```
7880

79-
# API
81+
## API
8082

81-
- [useIonHeaderParallax](https://github.com/ahmnouira/hooks#ionic-react-header-parallax)
83+
- [useIonHeaderParallax](https://github.com/ahmnouira/ionic-react-header-parallax#useIonHeaderParallax)
8284

83-
## `useIonHeaderParallax`
85+
### `useIonHeaderParallax`

0 commit comments

Comments
 (0)