build(deps-dev): apply updates
[poolifier.git] / README.md
index 77de1272a31d7c82777a6a334d9d8c71911cd0c5..d56bb1878e6dec25e35b37de7b1dbe59251028ba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -143,9 +143,12 @@ You can do the same with the classes _ClusterWorker_, _FixedClusterPool_ and _Dy
 
 **See [examples](./examples/) folder for more details**:
 
-- [Javascript](./examples/)
+- [Javascript](./examples/javascript/)
 - [Typescript](./examples/typescript/)
-  - [HTTP client pool](./examples/typescript/http-client/)
+  - [HTTP client pool](./examples/typescript/http-client-pool/)
+  - [HTTP server pool](./examples/typescript/http-server-pool/)
+    - [Express](./examples/typescript/http-server-pool/express/)
+    - [Fastify](./examples/typescript/http-server-pool/fastify/)
 
 Remember that workers can only send and receive structured-cloneable data.