Skip to content

Commit

Permalink
Update README.md (mlc-ai#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Innovatorcloudy authored and jzhao62 committed Dec 8, 2024
1 parent 0ca7fdd commit 7d1e4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ You can put the heavy computation in a worker script to optimize your applicatio
1. Create a handler in the worker thread that communicates with the frontend while handling the requests.
2. Create a Worker Engine in your main application, which under the hood sends messages to the handler in the worker thread.

For detailed implementation for different kinds of Workers, check the following sections.
For detailed implementations of different kinds of Workers, check the following sections.

#### Dedicated Web Worker

Expand Down

0 comments on commit 7d1e4f0

Please sign in to comment.