From a5a3185371d51e2306588eabfa28560caf8e9eee Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Wed, 17 Apr 2024 19:46:18 +0200 Subject: [PATCH] use IMPORTANT over CAUTION --- ibc-clients/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ibc-clients/README.md b/ibc-clients/README.md index 40bca9435d..749763f342 100644 --- a/ibc-clients/README.md +++ b/ibc-clients/README.md @@ -38,8 +38,8 @@ IBC light clients: environments must support the CosmWasm module and be using the version of `ibc-go` that supports the `08-wasm` proxy light client. -> [!CAUTION] -> DISCLAIMER: the `ibc-client-cw` is currently in development and should not be +> [!IMPORTANT] +> the `ibc-client-cw` is currently in development and should not be deployed for production use. Users are advised to exercise caution and test thoroughly in non-production environments.