From da5f79b5181e3de2851f3dab2c419cf2c5b22dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kalbarczyk?= Date: Tue, 3 Dec 2024 16:49:18 +0100 Subject: [PATCH] lint --- .../get-started/supported-chains/radix/typescript-tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/supported-chains/radix/typescript-tutorial.md b/docs/get-started/supported-chains/radix/typescript-tutorial.md index 3dc12eb..48e6b13 100644 --- a/docs/get-started/supported-chains/radix/typescript-tutorial.md +++ b/docs/get-started/supported-chains/radix/typescript-tutorial.md @@ -7,7 +7,7 @@ sidebar_label: "How to use in TypeScript" 1. Read firstly the docs from [How to start](../) section 2. See how to [connect to the contract/component](https://github.com/redstone-finance/redstone-oracles-monorepo/tree/main/packages/radix-connector#-connecting-to-the-contract) in the TypeScript layer -3. The full source of the component is available [here](https://github.com/redstone-finance/redstone-oracles-monorepo/tree/main/packages/radix-connector/src) +3. The full source of the package is available [here](https://github.com/redstone-finance/redstone-oracles-monorepo/tree/main/packages/radix-connector/src) The **info described there** is mostly **NOT REPEATED below**. @@ -25,7 +25,7 @@ The **info described there** is mostly **NOT REPEATED below**. } ``` -`@redstone-finance/radix-connector` will be deployed soon... +`@redstone-finance/radix-connector` will be released soon... ## Using the PriceAdapter package with `@redstone-finance/radix-connector`