Browse Source

Clarify answer

customisations
alemart 1 month ago
parent
commit
74918eec72
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/faq.md

+ 1
- 1
docs/faq.md View File

@@ -26,7 +26,7 @@ encantar.js requires WebGL2 and WebAssembly, which are widely supported.
26 26
 
27 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 31
 ```html
32 32
 <script src="path/to/encantar.js"></script>

Loading…
Cancel
Save