Skip to content

Commit

Permalink
chore: fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
justusmattern27 authored Oct 22, 2024
1 parent 0ba1dbc commit 84e4290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ below.
import {Audio, Img, Video, makeScene2D} from '@revideo/2d';
import {all, chain, createRef, waitFor} from '@revideo/core';

export default makeScene2D(function* (view) {
export default makeScene2D("scene", function* (view) {
const logoRef = createRef<Img>();

yield view.add(
Expand Down

0 comments on commit 84e4290

Please sign in to comment.