Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Drapper <[email protected]>
  • Loading branch information
joeldrapper authored Mar 9, 2024
1 parent 219229d commit 40c4ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ The easiest way to try out Morphlex is to import it directly from UNPKG.

```html
<script type="module">
import { morph } from "https://www.unpkg.com/[email protected]/dist/morphlex.min.js";
import { morph } from "https://www.unpkg.com/[email protected]/dist/morphlex.min.js";
morph(currentNode, referenceNode);
morph(currentNode, referenceNode);
</script>
```

Expand Down

0 comments on commit 40c4ad1

Please sign in to comment.