Skip to content

Commit 57f3ded

Browse files
authored
Merge pull request #16 from Marviel/patch-1
Fix example script
2 parents 1356eda + 15d6ab1 commit 57f3ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Universal Three.js in-memory renderer",
55
"main": "index.js",
66
"scripts": {
7-
"example": "node example/main.js",
7+
"example": "node example/render-to-png.js",
88
"test": "mocha"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)