From 4edf1fe64764e92fdf4909a25b89c5c0d595583d Mon Sep 17 00:00:00 2001 From: Nicolas Henin Date: Sat, 11 May 2024 13:47:54 +0200 Subject: [PATCH] updated readme --- Readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 7f222a80..fa715340 100644 --- a/Readme.md +++ b/Readme.md @@ -24,10 +24,11 @@ It is composed of several npm packages documented in the [API reference](https:/ In order to interact with Marlowe contracts, the **TS-SDK** needs a Runtime instance. The following table shows the compatibility between the SDK and the Runtime versions: -| | runtime v0.0.5 | runtime v0.0.6 | -| ------------------------------------------------------------------------------------------- | :------------: | :------------: | -| [SDK 0.2.0-beta](https://github.com/input-output-hk/marlowe-ts-sdk/releases/tag/0.2.0-beta) | ✓ | x | -| [SDK 0.3.0-beta](https://github.com/input-output-hk/marlowe-ts-sdk/releases/tag/0.3.0-beta) | ✓ | ✓ | +| | runtime v0.0.5 | runtime v0.0.6 | runtime v1.0.0 | +| ------------------------------------------------------------------------------------------- | :------------: | :------------: | :------------: | +| [SDK 0.2.0-beta](https://github.com/input-output-hk/marlowe-ts-sdk/releases/tag/0.2.0-beta) | ✓ | x | x | +| [SDK 0.3.0-beta](https://github.com/input-output-hk/marlowe-ts-sdk/releases/tag/0.3.0-beta) | ✓ | ✓ | x | +| [SDK 0.4.0-beta](https://github.com/input-output-hk/marlowe-ts-sdk/releases/tag/0.4.0-beta) | ✓ | ✓ | ✓ | To get a running instance of the Runtime, it is recommended to check out the instructions on the [Marlowe Starter Kit](https://github.com/input-output-hk/marlowe-starter-kit)