Quellcode durchsuchen

Clarify answer

customisations
alemart vor 1 Monat
Ursprung
Commit
74918eec72
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      docs/faq.md

+ 1
- 1
docs/faq.md Datei anzeigen

@@ -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>

Laden…
Abbrechen
Speichern