Skip to content

Commit ab96532

Browse files
committed
Remove noInitialRun from README
1 parent be7998c commit ab96532

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
@@ -65,7 +65,7 @@ import { addFonts } from "./openscad.fonts.js";
6565
import { addMCAD } from "./openscad.mcad.js";
6666

6767
// Instantiate the application
68-
const instance = await OpenSCAD({ noInitialRun: true });
68+
const instance = await OpenSCAD();
6969

7070
// OPTIONAL: add fonts to the FS
7171
addFonts(instance);

0 commit comments

Comments
 (0)