From 9288498a179f6d0e30425e1c2c07b57fd65c557f Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Sun, 11 Aug 2024 05:02:26 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1630d71..6638039 100644 --- a/README.md +++ b/README.md @@ -381,7 +381,7 @@ And then add it to `MainLayout.astro`: Please note that smooth scrolling can affect accessibility and performance on some devices, so be sure to test it comprehensively across different environments. > [!NOTE] -> If you would like to remove Lenis and return to the browser's default scrolling behavior, simply comment out or delete these lines from the `MainLayout.astro` file. +> If you would like to remove Lenis and return to the browser's default scrolling behavior, simply comment out or delete these lines from the `MainLayout.astro` file and `/starlight/Head.astro` if you are using Docs. ### GSAP Integration