From 232896aabc9d5d023688cd1a490f8250dc8a69ad Mon Sep 17 00:00:00 2001 From: mavci42 <142104305+mavci42@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:42:14 +0300 Subject: [PATCH] docs(readme): improved capitalization and sentence clarity Standardized capitalization in README.md, I included: - Ensure all script comments start with capital letters (I did not change the lower case for "nilchain" to comply with project naming conventions). - Added a comma to the Cosmos SDK description for better sentence clarity (it should emphasize that the elements in the sentence are independent). --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d96d543..4ad975a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ nilchain is the Coordination Layer for the Nillion Network. It coordinates the payment of blind computations and storage operations performed on the network. It is built using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk), a framework for building PoS blockchain applications, -which was chosen for the interconnectivity, speed and sovereignty its ecosystem provides. +which was chosen for the interconnectivity, speed, and sovereignty its ecosystem provides. ## Building @@ -28,10 +28,10 @@ cd scripts ``` ``` -# setup and start single chain locally +# Setup and start single chain locally sh init.sh -# setup and start two chains locally and create an ibc client/connection/channel +# Setup and start two chains locally and create an ibc client/connection/channel sh hermes.sh -# naive setup and start single chain for deploying devnet +# Naive setup and start single chain for deploying devnet sh testnet.sh ```