From ffad5709aaa40929f8aa14b2cd9e4c7c2829267f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 6 Oct 2021 17:51:12 +0200 Subject: Update README.md --- alpinejs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/alpinejs/README.md b/alpinejs/README.md index 22f5c73..110256f 100644 --- a/alpinejs/README.md +++ b/alpinejs/README.md @@ -20,9 +20,9 @@ import persist from 'jslibs/alpinejs/v3/persist/dist/module.esm.js'; // Set up and start Alpine. (function() { - // Register AlpineJS plugins. - Alpine.plugin(intersect); - Alpine.plugin(persist); + // Register AlpineJS plugins. + Alpine.plugin(intersect); + Alpine.plugin(persist); // Start Alpine. Alpine.start(); @@ -31,4 +31,4 @@ import persist from 'jslibs/alpinejs/v3/persist/dist/module.esm.js'; ``` -Note that this works great in combination with [Turbo](https://github.com/gohugoio/hugo-mod-jslibs/tree/master/turbo), but you would need to set up something like [these listeners](https://gist.github.com/bep/a9809f0cb119e44e8ddbe37dd1e58b50) to make it work properly. \ No newline at end of file +Note that this works great in combination with [Turbo](https://github.com/gohugoio/hugo-mod-jslibs/tree/master/turbo), but you would need to set up something like [these listeners](https://gist.github.com/bep/a9809f0cb119e44e8ddbe37dd1e58b50) to make it work properly. -- cgit v1.2.3