浏览代码

Clarify answer

customisations
alemart 1 个月前
父节点
当前提交
74918eec72
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/faq.md

+ 1
- 1
docs/faq.md 查看文件

26
 
26
 
27
 ## Can I bundle it using Vite, Webpack, etc?
27
 ## Can I bundle it using Vite, Webpack, etc?
28
 
28
 
29
-Static linking is not allowed according to the [license](license.md). The inclusion of encantar.js in a web page using a separate script tag does not constitute static linking:
29
+Static linking is not allowed according to the [LGPL](license.md). The inclusion of encantar.js in a web page using a separate script tag does not constitute static linking provided that [section 4](license.md#4-combined-works) of the license is met:
30
 
30
 
31
 ```html
31
 ```html
32
 <script src="path/to/encantar.js"></script>
32
 <script src="path/to/encantar.js"></script>

正在加载...
取消
保存