From 5e196343b37ddadeb2149da7da2f1e166442231a Mon Sep 17 00:00:00 2001 From: Anatoly Date: Mon, 23 Sep 2024 23:18:43 +0300 Subject: [PATCH] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 872668288c..6bb70b7531 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The Substrate runtime configuration is in the [parachain](./parachain) folder. - [Kintsugi](parachain/runtime/kintsugi/): The Kintsugi canary network runtime configuration. - [Common](parachain/runtime/common/): Common runtime configuration for Interlay and Kintsugi. -Test networks are build from the mainnet runtimes and have no dedicated runtimes. +Test networks are built from the mainnet runtimes and have no dedicated runtimes. #### Crates @@ -62,7 +62,7 @@ The chain makes use of various custom pallets that are found in the [crates](./c - [btc-relay](crates/btc-relay): Stateful SPV client for Bitcoin. Stores Bitcoin main chain, tracks forks, verifies Merkle proofs and validates specific transaction formats. - [clients-info](crates/clients-info): Stores current and future [interbtc-client](https://github.com/interlay/interbtc-clients) software releases. - [collator-selection](crates/collator-selection/): Decentralized sequencers (collators) for the chain. -- [currency](crates/currency) Handles currencies (e.g. DOT/KSM/IBTC). +- [currency](crates/currency): Handles currencies (e.g. DOT/KSM/IBTC). - [democracy](crates/democracy): Optimistic governance fork of `pallet-democracy`. - [dex-general](crates/dex-general/): Uniswap v2-style AMM implementation. - [dex-stable](crates/dex-stable/): Curve v1-style AMM implementation.