Skip to content

Commit cbafe5c

Browse files
committed
docs: 'UMD' should be more specific
1 parent c0a109d commit cbafe5c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ createApp()
124124
</html>
125125
```
126126

127-
#### CDN + UMD
127+
#### CDN + IIFE
128128

129-
> ⚠ Not yet supported because vanilla-jsoneditor does not export UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
129+
> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
130130
131131
```html
132132
<!DOCTYPE html>
@@ -239,9 +239,9 @@ Vue.use(JsonEditorVue, {
239239
</html>
240240
```
241241

242-
#### CDN + UMD
242+
#### CDN + IIFE
243243

244-
> ⚠ Not yet supported because vanilla-jsoneditor does not export UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
244+
> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
245245
246246
```html
247247
<!DOCTYPE html>
@@ -372,9 +372,9 @@ Vue.use(JsonEditorVue, {
372372
</html>
373373
```
374374

375-
#### CDN + UMD
375+
#### CDN + IIFE
376376

377-
> ⚠ Not yet supported because vanilla-jsoneditor does not export UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
377+
> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
378378
379379
```html
380380
<!DOCTYPE html>

docs/README.zh-CN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ createApp()
124124
</html>
125125
```
126126

127-
#### CDN + UMD
127+
#### CDN + IIFE
128128

129-
> ⚠ 暂不支持 (vanilla-jsoneditor 不提供 UMD 导出),如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
129+
> ⚠ 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
130130
131131
```html
132132
<!DOCTYPE html>
@@ -239,9 +239,9 @@ Vue.use(JsonEditorVue, {
239239
</html>
240240
```
241241

242-
#### CDN + UMD
242+
#### CDN + IIFE
243243

244-
> ⚠ 暂不支持 (vanilla-jsoneditor 不提供 UMD 导出),如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
244+
> ⚠ 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
245245
246246
```html
247247
<!DOCTYPE html>
@@ -372,9 +372,9 @@ Vue.use(JsonEditorVue, {
372372
</html>
373373
```
374374

375-
#### CDN + UMD
375+
#### CDN + IIFE
376376

377-
> ⚠ 暂不支持 (vanilla-jsoneditor 不提供 UMD 导出),如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
377+
> ⚠ 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),如有需要请在[这里](https://github.com/josdejong/svelte-jsoneditor/discussions/196)留言。
378378
379379
```html
380380
<!DOCTYPE html>

0 commit comments

Comments
 (0)