diff --git a/README.md b/README.md index 21d2875b..8d0bc869 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ const App = () => { ### Using as a Component -Changes `HelloText` when it enters the viewport. The [parameter](#parameter) can be passed through the props. +Changes `HelloText` when it enters the viewport. The [options](#parameter) can be passed through the props. ```js import { InView } from "react-cool-inview";