X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.MD;h=d9df3f2a948e683a7e5d09d830689f3578ad1040;hb=e640b5a83f70adfa3c2bdad13dfc3bba815388cc;hp=6fa1d2e9fd85eab7654905ec1977d0be52a809dd;hpb=d08fef65119f743a682c74ec16399016b9d492ee;p=poolifier.git diff --git a/README.MD b/README.MD index 6fa1d2e9..d9df3f2a 100644 --- a/README.MD +++ b/README.MD @@ -85,7 +85,8 @@ pool.execute({}).then(res => { ``` - See examples folder for more details ( in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js) ). + See examples folder for more details( in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js) ). +Now type script is also supported, find how to use it into the example folder

Node versions