diff --git a/README.md b/README.md index eb95767..b32a6f9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ I'm using *htmx* for replacing content on pages to simulate an SPA. Hyperscript plays very well with htmx and adds JavaScript-y functionality directly in HTML! +Honestly, since this is a static site, +I've been replacing more and more of the _htmx_ with _hyperscript_, +and have really enjoyed how simple the code has become. + ### Development [Vscode](https://code.visualstudio.com/) and [Live Server Extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). \ No newline at end of file diff --git a/index.html b/index.html index ff8aad5..7147e0a 100644 --- a/index.html +++ b/index.html @@ -6,13 +6,13 @@ -