diff --git a/README.md b/README.md index 72be222..665bfee 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,11 @@ If everything goes as expected, you should have a newly built `fluent-dom-esm.js ## Examples -All assume that `$d` is the default function from `fluent-dom-esm` (`import $d from './fluent-dom-esm.js'`); +All assume that `$d` is the default function from `fluent-dom-esm`: + +``` +import $d from "@itsericwoodward/fluent-dom-esm"; +``` - For more examples, see the `demo.html` file in the `dist` folder. diff --git a/dist/demo.html b/dist/demo.html index 9634ab1..1afadbb 100644 --- a/dist/demo.html +++ b/dist/demo.html @@ -11,21 +11,27 @@