Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alpinejs/README.md8
1 files 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.