Skip to content

Commit bd05e2a

Browse files
authored
Fix Playlist code example in README.md (#41)
1 parent f642ddf commit bd05e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const quilt = new QuiltHologram({
135135
settings: { rows: 13, columns: 8, aspect: 0.75, viewCount: 8 * 13 },
136136
})
137137
// add the item to the playlist
138-
playlist.addItem = hologram
138+
playlist.addItem(quilt)
139139
// play the playlist
140140
await Bridge.play(playlist)
141141
```

0 commit comments

Comments
 (0)