diff --git a/docs/intro/README.md b/docs/intro/README.md index 1b3365ba23..30f391465c 100644 --- a/docs/intro/README.md +++ b/docs/intro/README.md @@ -6,7 +6,7 @@ parent: # Introduction -This folder contains introduction material on the Cosmos SDK. +This introduction gives a quick start on the Cosmos SDK. 1. [Overview](./overview.md) 2. [Application-Specific Blockchains](./why-app-specific.md) diff --git a/docs/migrations/README.md b/docs/migrations/README.md index 258ac56769..baca065825 100644 --- a/docs/migrations/README.md +++ b/docs/migrations/README.md @@ -6,7 +6,7 @@ parent: # Migrations -This folder contains all the migration guides to update your app and modules to Cosmos SDK v0.44. +This document contains all the migration guides to update your app and modules to Cosmos SDK v0.44. 1. [Chain Upgrade Guide to v0.44](./chain-upgrade-guide-044.md) 2. [REST Endpoints Migration](./rest.md) diff --git a/docs/run-node/README.md b/docs/run-node/README.md index 995882c0b6..ec6eca8bd5 100644 --- a/docs/run-node/README.md +++ b/docs/run-node/README.md @@ -6,7 +6,7 @@ parent: # Running a Node, API and CLI -This folder contains documentation on how to run a node and interact with it. +This script contains documentation on how to run a node and interact with it. 1. [Setting up the keyring](./keyring.md) 2. [Running a Node](./run-node.md)