Skip to content

Commit b64cc6b

Browse files
authored
Update README.md (#516)
1 parent afba506 commit b64cc6b

File tree

1 file changed

+2
-2
lines changed
  • js/quick-start_onnxruntime-web-bundler

1 file changed

+2
-2
lines changed

js/quick-start_onnxruntime-web-bundler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example is a demonstration of basic usage of ONNX Runtime Web, using a bundler.
44

5-
A bundler is a tool that puts your code and all its dependencies together in one JavaScript file. In this example, we use [webpack](https://webpack.js.org) to pack our code, and comsume the generated bundle.js in our HTML. See also [Quick Start - Web (using script tag)](../quick-start_onnxruntime-web-script-tag) for an example of using script tag.
5+
A bundler is a tool that puts your code and all its dependencies together in one JavaScript file. In this example, we use [webpack](https://webpack.js.org) to pack our code, and consume the generated bundle.js in our HTML. See also [Quick Start - Web (using script tag)](../quick-start_onnxruntime-web-script-tag) for an example of using script tag.
66

77
Modern browser based applications are usually built by frameworks like [Angular](https://angularjs.org/), [React](https://reactjs.org/), [Vue.js](https://vuejs.org) and so on. Those frameworks usually utilize bundler plugins to build the whole application. To keep our example simple and small, we will not use those frameworks, but the usage of bundler should be similar.
88

@@ -30,4 +30,4 @@ In this example, we load onnxruntime, create an inference session with a simple
3030
npx light-server -s . -p 8080
3131
```
3232

33-
4. open your browser and navigate to the URL.
33+
4. open your browser and navigate to the URL.

0 commit comments

Comments
 (0)