diff --git a/README.md b/README.md index a3346ac..2acfd1b 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ import ModelLoader from 'https://model-loader.exokit.org/model-loader.js'; const model = await ModelLoader.loadModelUrl('model.zip'); // contains model.glb const scene = new THREE.Scene(); -scene.add(model); +scene.add(model.scene); ``` \ No newline at end of file