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 40c4ad1 commit 20dcc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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].13/dist/morphlex.min.js";
import { morph } from "https://www.unpkg.com/[email protected].14/dist/morphlex.min.js";
morph(currentNode, referenceNode);
</script>
Expand Down

0 comments on commit 20dcc13

Please sign in to comment.