From c7714a2a5a112550bd158355f50bdd71dd6044b4 Mon Sep 17 00:00:00 2001 From: Geoff Stuart Date: Tue, 3 Dec 2024 11:10:01 -0500 Subject: [PATCH] Update README.md Co-authored-by: bernard-avalabs <53795885+bernard-avalabs@users.noreply.github.com> Signed-off-by: Geoff Stuart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af2901c1..5ec757c13 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ For help getting started with building ICM contracts, refer to [the avalanche-st - `contracts/` - [`governance/`](./contracts/governance/README.md) includes contracts related to L1 governance. - - [`ictt/`](./contracts/ictt/README.md) Interchain Token Transfer contracts. Facilities the transfer of tokens among L1s. + - [`ictt/`](./contracts/ictt/README.md) Interchain Token Transfer contracts. Facilitates the transfer of tokens among L1s. - [`teleporter/`](./contracts/teleporter/README.md) includes `TeleporterMessenger`, which serves as the interface for most contracts to use ICM. - [`registry/`](./contracts/teleporter/registry/README.md) includes a registry contract for managing different versions of `TeleporterMessenger`. - [`validator-manager/`](./contracts/validator-manager/README.md) includes contracts for managing the validator set of an L1.