From 7d1e4f0c355eaa8a05d07fb2b481a3729c0204a5 Mon Sep 17 00:00:00 2001 From: KrishCode Date: Sat, 5 Oct 2024 01:14:47 +0530 Subject: [PATCH] Update README.md (#597) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d31c3d0..876efc98 100644 --- a/README.md +++ b/README.md @@ -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