diff --git a/js/quick-start_onnxruntime-node-bundler/README.md b/js/quick-start_onnxruntime-node-bundler/README.md index 452e7b87b..9588e2fb5 100644 --- a/js/quick-start_onnxruntime-node-bundler/README.md +++ b/js/quick-start_onnxruntime-node-bundler/README.md @@ -17,10 +17,10 @@ When using webpack on nodejs modules it is not common to include modules like on ```sh npm run build ``` - this generates the bundle file `./dist/main.js` + this generates the bundle file `./dist/bundle.min.js` 3. run with ```sh - node dist/main.js + node dist/bundle.min.js ``` \ No newline at end of file