Skip to content

Commit a41b555

Browse files
committed
Update README.md
1 parent eafe326 commit a41b555

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
@@ -56,7 +56,7 @@ JSON2Video makes video creation easy as a piece of cake:
5656
let scene = new Scene;
5757

5858
// Set the scene background color
59-
scene.set("background_color", "#4392F1");
59+
scene.set("background-color", "#4392F1");
6060

6161
// Add a text element printing "Hello world" in a fancy way (basic/006)
6262
// The element is 10 seconds long and starts 2 seconds from the scene start

0 commit comments

Comments
 (0)