Skip to content

Commit 6561c95

Browse files
authored
Update README.md
1 parent 2c4bfff commit 6561c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const workspace = new Workspace();
3636
workspace.on("ready", (ctx) => {
3737
const scene = ctx.scenes.first();
3838
39-
let cube = scene.spawn("Cube", {
39+
let cube = scene.spawn(Cube, "cubert", {
4040
localPosition: { x: 5, y: 5, z: 5 },
4141
});
4242
});

0 commit comments

Comments
 (0)