@wcstack/autoloader 1.3.16 → 1.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ja.md +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/README.ja.md
CHANGED
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ Load the autoloader script via `<script>` tag, or import and call `bootstrapAuto
|
|
|
46
46
|
|
|
47
47
|
```html
|
|
48
48
|
<!-- Option A: Zero-config script (recommended) -->
|
|
49
|
-
<script type="module" src="/
|
|
49
|
+
<script type="module" src="https://esm.run/@wcstack/autoloader/auto"></script>
|
|
50
50
|
|
|
51
51
|
<!-- Option B: Manual initialization -->
|
|
52
52
|
<script type="module">
|
package/package.json
CHANGED