From c9df4098881d6debbcef5b659a0558831ff52762 Mon Sep 17 00:00:00 2001 From: helpingstar Date: Tue, 26 Mar 2024 16:48:05 +0900 Subject: [PATCH] Fix typo --- js/quick-start_onnxruntime-node-bundler/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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