refactor: rename http-client to http-client-pool in examples
[poolifier.git] / README.md
index 318d861108789ca96713fc3b1d53563e8f4fa953..256bd34e8d6994dedf3f6e722bbb9211bf76cb0c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ You can do the same with the classes _ClusterWorker_, _FixedClusterPool_ and _Dy
 
 - [Javascript](./examples/javascript/)
 - [Typescript](./examples/typescript/)
-  - [HTTP client pool](./examples/typescript/http-client/)
+  - [HTTP client pool](./examples/typescript/http-client-pool/)
 
 Remember that workers can only send and receive structured-cloneable data.