@needle-tools/gltf-progressive 3.1.1-next.80f25bb → 3.1.1-next.ddb979d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,8 +8,7 @@
8
8
  ```ts
9
9
  import { useNeedleProgressive } from "@needle-tools/gltf-progressive";
10
10
 
11
- // Before loading with GLTFLoader
12
- // call 'useNeedleProgressive' once to register the loader plugin
11
+ // Before loading with GLTFLoader call useNeedleProgressive once to register the loader plugin
13
12
  useNeedleProgressive("<asset_url>", webgl_renderer, gltf_loader)
14
13
  ```
15
14