Skip to content

Commit a4e8997

Browse files
committed
rename example component in readme
1 parent 7bd055e commit a4e8997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Import the `Parallax` component and use it anywhere within the provider like so:
5151
```jsx
5252
import { Parallax } from 'react-scroll-parallax';
5353

54-
const Image = () => (
54+
const ParallaxImage = () => (
5555
<Parallax
5656
className="custom-class"
5757
offsetYMax={20}

0 commit comments

Comments
 (0)