From 9dec11fde9f4eae9bfa3b51a3b83d9a4a3546e93 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 10 Apr 2024 16:18:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20path=20in=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- index.html | 3 ++- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57de68d..8526d5e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![bundlephobia](https://img.shields.io/bundlephobia/minzip/cartapus?label=bundle%20size)](https://bundlephobia.com/result?p=cartapus) ![NpmLicense](https://img.shields.io/npm/l/cartapus.svg) -✨ A small `IntersectionObserver` wrapper and helper to help detect easily DOM elements entering or leaving the viewport. +✨ A small `IntersectionObserver` wrapper helping to detect easily DOM elements entering or leaving the viewport. ## What is cartapus ? diff --git a/index.html b/index.html index 490db60..4e770b3 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Cartapus website + @@ -21,6 +22,6 @@

Cartapus

- + diff --git a/package.json b/package.json index b039df6..0bfb82b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cartapus", - "version": "1.3.1", + "version": "1.3.2", "type": "module", "files": [ "dist"