From b001d020ddaea3a725765482f941833c21dcd3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Bruus=20Zeppelin?= Date: Wed, 3 May 2023 13:55:19 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Søren Hjort <87635671+shjortConcordium@users.noreply.github.com> --- packages/web/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/README.md b/packages/web/README.md index 2dd37471f..56e92cc3f 100644 --- a/packages/web/README.md +++ b/packages/web/README.md @@ -90,10 +90,10 @@ An example of getting the info of a given account using a JSON-RPC server. An example of getting the source of a model on the chain using a JSON-RPC server. ## SendCIS2Transfer.html -An example of sending a CIS2 "transfer" transaction by utilizing the `CIS2Contract` class. Please note that this example requires the Concordium Browser Wallet to be installed to work. +An example of sending a CIS2 "transfer" transaction by utilizing the `CIS2Contract` class. Please note that this example requires the [Concordium Wallet for Web](https://chrome.google.com/webstore/detail/concordium-wallet/mnnkpffndmickbiakofclnpoiajlegmg) to be installed to work. ## SendCIS2UpdateOperator.html -An example of sending a CIS2 "updateOperator" transaction by utilizing the `CIS2Contract` class. Please note that this example requires the Concordium Browser Wallet to be installed to work. +An example of sending a CIS2 "updateOperator" transaction by utilizing the `CIS2Contract` class. Please note that this example requires the [Concordium Wallet for Web](https://chrome.google.com/webstore/detail/concordium-wallet/mnnkpffndmickbiakofclnpoiajlegmg) to be installed to work. # Build