From 0292343c2420ac9062ef69bb286fbaf40c168a49 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Fri, 17 Nov 2023 10:43:34 -0500 Subject: [PATCH] docs: fix grammar Fix a minor grammar issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67975349..508716a4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you are a Celestia-app validator, all you need to do is run the orchestrator. If you want to post commitments on an EVM chain, you will need to deploy a new Blobstream contract and run a relayer. Check [here](https://github.com/celestiaorg/orchestrator-relayer/blob/main/docs/relayer.md) for relayer docs and [here](https://github.com/celestiaorg/orchestrator-relayer/blob/main/docs/deploy.md) for how to deploy a new Blobstream contract. -Note: the Blobstream P2P network is a separate network than the consensus or the data availability one. Thus, you will need its specific bootstrappers to be able to connect to it. +Note: the Blobstream P2P network is a separate network from the consensus or the data availability one. Thus, you will need its specific bootstrappers to be able to connect to it. ## Contributing