From 248306253db6c59f28351a6b3e724fab8cc2e12c Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 28 Nov 2024 00:56:57 +0200 Subject: [PATCH] Update example reference (#805) Signed-off-by: Emmanuel Ferdman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2f6429a..d6e12c3a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ import "react-image-gallery/styles/css/image-gallery.css"; ### Example -Need more example? See [`example/app.js`](https://github.com/xiaolin/react-image-gallery/blob/master/example/app.js) +Need more example? See [`example/App.jsx`](https://github.com/xiaolin/react-image-gallery/blob/master/example/App.jsx) ```js import ImageGallery from "react-image-gallery";