Skip to content

Commit

Permalink
Update README.md (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Innovatorcloudy authored Oct 4, 2024
1 parent f142da7 commit 634702e
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 634702e

Please sign in to comment.