Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 3f6b1fa

Browse files
committed
Add link to demo page and update JS file reference
1 parent 58a4c6a commit 3f6b1fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ console.log(CashCash('p', container[0]).context); // logs a reference to `<div i
9595

9696
### Example
9797

98-
For a full-featured CashCash demonstration, check out [the included example file](https://github.com/jgarber623/CashCash/blob/main/example/index.html).
98+
For a full-featured CashCash demonstration, check out [the demo page](https://jgarber623.github.io/CashCash/example/) and [the example file](https://github.com/jgarber623/CashCash/blob/main/example/index.html).
9999

100100
## Tips and Tricks
101101

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1>CashCash: Example</h1>
3030
</main>
3131

3232
<script type="module">
33-
import { default as $ } from "../dist/cashcash.mjs";
33+
import { default as $ } from "../src/cashcash.js";
3434

3535
const main = $("main");
3636
const h1 = $("h1", main[0]);

0 commit comments

Comments
 (0)