From e98b7768db01d87dbac0595c4e6cbbdc0a318615 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Thu, 8 Aug 2024 11:08:25 +0300 Subject: [PATCH] docs: update README.md with a runtimes section --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bafbfc0..894a5ff 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,12 @@ Additional advanced parameters can be passed in as well: * `--socketTimeout N`: Specifies socket timeout (where `N` is a number, eg. `5000`). * ... and the rest in the same format. -## Deno -The minimum supported deno version is `1.39.2` and the `--allow-net` permission is required. +## Using with other runtimes +While we still expect to be some minor issues with these, the library works, if any problems +arises please open an issue and we'll look into it. + +* **Deno**: Minimum supported deno version is `1.39.2` and the `--allow-net` permission is required. +* **Bun**: Minimum supported version is `1.1.21`. ## Common Issues