X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=README.MD;h=d9df3f2a948e683a7e5d09d830689f3578ad1040;hb=bcf04003ea3a80a5ab2a52102cd908c5ebcb0d1a;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