From 543f6b588cd6e7483c3ab775196e698ad1655534 Mon Sep 17 00:00:00 2001 From: Dowland Aiello Date: Sat, 17 Aug 2024 16:56:55 +0000 Subject: [PATCH] README: Fix a typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53adb70..1fe3298 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Note that most `tx_*` helper functions expose a `.with_key(key: &str)` builder f * `.with_msg(msg: serde_json::Value)` * `.with_label(label: &str)` * Notable optional builder calls: - * `.with_chain_name(chain_name: impl Into)` - Should be on of `"osmosis" | "neutron"` or one of the registered chain names from `.with_chain` + * `.with_chain_name(chain_name: impl Into)` - Should be one of `"osmosis" | "neutron"` or one of the registered chain names from `.with_chain` #### Tokens @@ -114,7 +114,7 @@ Note that most `tx_*` helper functions expose a `.with_key(key: &str)` builder f * Required builder calls: * `.with_subdenom(subdenom: &str)` * Notable optional builder calls: - * `.with_chain_name(chain_name: impl Into)` - Should be on of `"osmosis" | "neutron" | "stride"` or one of the registered chain names from `.with_chain` + * `.with_chain_name(chain_name: impl Into)` - Should be one of `"osmosis" | "neutron" | "stride"` or one of the registered chain names from `.with_chain` * `.get_tokenfactory_denom(key: &str, subdenom: &str)` - Gets the tokenfactory denom of a tokenfactory token given its subdenom and key * `.build_tx_mint_tokenfactory_token` - Mints a tokenfactory token from `acc0` on Neutron by default. * Required builder calls