From 66a53017e13342bd27d6fc22bfed662ec31e06ac Mon Sep 17 00:00:00 2001 From: Bilog WEB3 <155262265+Bilogweb3@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:57:21 +0100 Subject: [PATCH] Update README.md --- collector/example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/example/README.md b/collector/example/README.md index 4d3672f4..a07a0522 100644 --- a/collector/example/README.md +++ b/collector/example/README.md @@ -10,7 +10,7 @@ The [example.go](./example.go) provides some examples shows how to use this sdk These examples show how to transfer CKB, in different situations. - `SendCkbExample`: sign and send CKB from single-sig address. -- `SendCkbByLightClientExample`: similiar to `SendCkbExample` but interact with [`ckb-light-client`](https://github.com/nervosnetwork/ckb-light-client) +- `SendCkbByLightClientExample`: similar to `SendCkbExample` but interact with [`ckb-light-client`](https://github.com/nervosnetwork/ckb-light-client) - `SendCkbFromMultisigAddressExample`: sign and send CKB from multi-sig address with multiple private keys. - `SendChainedTransactionExample`: sign and send offchain transaction