From b4d688929d4aa3d8a4b9402260b6b99069c570c9 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Sat, 16 Sep 2023 13:23:07 -0400 Subject: [PATCH] docs: fix # of crates The list contains 6 crates. Signed-off-by: Rootul P --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b31e19dfe..4c6bda0434 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rust implementation of an Inter-Blockchain Communication (IBC) relayer. -This project comprises primarily of 5 crates: +This project comprises primarily of 6 crates: - [`ibc-relayer`][relayer-crate-link] provides an implementation of an IBC relayer, as a _library_. - [`ibc-relayer-cli`][relayer-cli-crate-link] is a CLI (a wrapper over the `ibc-relayer` library),