Skip to content

Commit

Permalink
🔧 Fix path in example
Browse files Browse the repository at this point in the history
  • Loading branch information
thiervoj committed Apr 10, 2024
1 parent bec6cf9 commit 9dec11f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?

Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cartapus website</title>
<meta name="robots" content="noindex, nofollow">
</head>

<body>
Expand All @@ -21,6 +22,6 @@ <h1>Cartapus</h1>
</div>
</div>

<script type="module" src="/main.js"></script>
<script type="module" src="./main.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cartapus",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 9dec11f

Please sign in to comment.