Skip to content

Commit b355e81

Browse files
committed
README: Update ProjectPlayer example
1 parent 2a96904 commit b355e81

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
@@ -102,7 +102,7 @@ Window {
102102
ProjectPlayer {
103103
id: player
104104
fileName: "/path/to/project.sb3"
105-
Component.onCompleted: start()
105+
onLoaded: start()
106106
}
107107
}
108108
```

0 commit comments

Comments
 (0)