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:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-10-06 18:51:12 +0300
committerGitHub <noreply@github.com>2021-10-06 18:51:12 +0300
commitffad5709aaa40929f8aa14b2cd9e4c7c2829267f (patch)
tree0cd4e0af5f6eea30645f197792c317d6b89b1325
parent14a52eda6b7263bcd4b301bf9878e39f84f7377e (diff)
Update README.mdalpinejs/v3.4.200
-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.