diff --git a/README.md b/README.md index fcdc1be..f1624fa 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The easiest way to try out Morphlex is to import it directly from UNPKG. import { morph } from "https://www.unpkg.com/morphlex@0.0.15/dist/morphlex.min.js"; morph(currentNode, referenceNode); + morphInner(currentNode, referenceNode); ```