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`