diff --git a/readme.md b/readme.md index 19218c17f..e24c327eb 100644 --- a/readme.md +++ b/readme.md @@ -8,9 +8,9 @@ **Juno** is an open-source platform for inter-operable smart contracts which automatically execute, control or document a procedure of events and actions according to the terms of the contract or agreement to be valid and usable across multiple sovereign networks. -Juno is a **sovereign public blockchain** in the Cosmos ecosystem. It aims to provide a sandbox environment for the deployment of inter-operable smart contracts. The network serves as a **decentralized, permissionless**, and **censorship-resistant** zone for developers to efficiently and securely launch application-specific smart contracts. +Juno is a **sovereign public blockchain** in the Cosmos Ecosystem. It aims to provide a sandbox environment for the deployment of inter-operable smart contracts. The network serves as a **decentralized, permissionless**, and **censorship-resistant** zone for developers to efficiently and securely launch application-specific smart contracts. -Juno originates from a **community-driven initiative**, prompted by developers, validators and delegators in the Cosmos ecosystem. The common vision is to preserve the neutrality, performance, and reliability of the Cosmos Hub. This is achieved by offloading smart contract deployment to a dedicated sister Hub. +Juno originates from a **community-driven initiative**, prompted by developers, validators and delegators in the Cosmos Ecosystem. The common vision is to preserve the neutrality, performance, and reliability of the Cosmos Hub. This is achieved by offloading smart contract deployment to a dedicated sister Hub. **Juno** is a blockchain built using Cosmos SDK and Tendermint. diff --git a/scripts/README.md b/scripts/README.md index 798744395..c5fe1701c 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -20,7 +20,7 @@ To generate protobuf files from their respective `.proto` files, run the followi sh ./scripts/protocgen.sh ``` -You can also run it manually if you open the file. In some cases, you have to use the `sudo` command for the recursive copy (from temp to the proto file locations in `x/`). +You can also run it manually if you open the file. In some cases, you have to use the `sudo` command for the recursive copy (from temp to the proto file locations in `x/` directory). ---