refactor: move javascript examples in their own folder
[poolifier.git] / README.md
index 77de1272a31d7c82777a6a334d9d8c71911cd0c5..318d861108789ca96713fc3b1d53563e8f4fa953 100644 (file)
--- a/README.md
+++ b/README.md
@@ -143,7 +143,7 @@ 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/)