diff --git a/docs/manual/en/introduction/Import-via-modules.html b/docs/manual/en/introduction/Import-via-modules.html index 635ff2bc72b7df..05ee7802af4f1c 100644 --- a/docs/manual/en/introduction/Import-via-modules.html +++ b/docs/manual/en/introduction/Import-via-modules.html @@ -124,7 +124,7 @@
Note: When using code from the examples directory, it's important that all files match the version of - your three.js main file. For example it's no good approach to use *GLTFLoader* and *OrbitControls* from R96 together + your three.js main file. For example, it's not acceptable to use *GLTFLoader* and *OrbitControls* from R96 together with three.js R103. You can easily keep your files in sync by using the modules from the JSM directory. If the file is not available as a module, you can still use third-party npm packages or convert the file to a module by yourself. In both cases, ensure the code is compatible with your three.js main file.