From 662a9f1c6599eea98b00a6d8847f92fde3301c25 Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Wed, 30 Oct 2024 11:31:00 +0100 Subject: [PATCH] Update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f2cdef..6c67f5a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ correct public path for you. ## Configuration -The gallery is created using [LightGallery](https://github.com/sachinchoolur/lightGallery). You can change various settings to change how your gallery displays by +The gallery is created using [lightGallery](https://github.com/sachinchoolur/lightGallery). You can change various settings to change how your gallery displays by updating the `lightGallery` section in `/views/gallery.ejs`: ```javascript @@ -75,6 +75,6 @@ lightGallery(document.getElementById('lightgallery'), { }) ``` -You can find all of LightGallery's settings here: +You can find all of lightGallery's settings here: https://www.lightgalleryjs.com/docs/settings/