From 838f44b54e7bf202d53c40d9aa0ba8161bad1ef2 Mon Sep 17 00:00:00 2001 From: Mario J Maurello Date: Thu, 15 Feb 2024 19:35:56 +1300 Subject: [PATCH] update Readme --- packages/sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/README.md b/packages/sdk/README.md index 9927c9ba..e6dc5b1b 100644 --- a/packages/sdk/README.md +++ b/packages/sdk/README.md @@ -36,7 +36,7 @@ npm i @polkadot/api @polkadot/api-augment @polkadot/types @polkadot/util @polkad # Usage -The following sections contain basic examples of how to work with the XCM SDK to build transfer data to transfer an asset from one chain to another and how to submit the transfer. For a detailed overview on how to use each method, including a reference to the parameters and returned data of each method exposed by the SDK, please refer to the [XCM SDK v1 docs](https://docs.moonbeam.network/builders/interoperability/xcm/xcm-sdk/v1/). +The following sections contain basic examples of how to work with the XCM SDK to build transfer data to transfer an asset from one chain to another and how to submit the transfer. For a detailed overview on how to use each method, including a reference to the parameters and returned data of each method exposed by the SDK, please refer to the [XCM SDK docs](https://docs.moonbeam.network/builders/interoperability/xcm/xcm-sdk/v1/). ## Build XCM Transfer Data