Skip to content

Commit 881b03d

Browse files
committed
update electron readme
1 parent 49bad73 commit 881b03d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • foundational-api-samples/hello-world/electron

foundational-api-samples/hello-world/electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMD
162162
*/
163163

164164
// Optional. Preload .wasm file for reading barcodes. It will save time on the initial decoding by skipping the resource loading.
165-
CoreModule.loadWasm();
165+
Dynamsoft.Core.CoreModule.loadWasm();
166166

167167
(async () => {
168168
// Defined globally for easy debugging.

0 commit comments

Comments
 (0)