diff --git a/README.md b/README.md index ec8eaa1..b376437 100644 --- a/README.md +++ b/README.md @@ -197,8 +197,6 @@ import Swiper from 'react-id-swiper'; const ManipulatingSwiper = () => { const ref = useRef(null); - const ref = useRef(null); - const goNext = () => { if (ref.current !== null && ref.current.swiper !== null) { ref.current.swiper.slideNext();