From: Alessandro Pio Ardizio Date: Fri, 2 Oct 2020 07:06:45 +0000 (+0200) Subject: Update README.MD X-Git-Tag: v1.2.0~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=5e992b90b536fe45e3191000046d2942a9da8c55;p=poolifier.git Update README.MD --- 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