From b3193e0659b0b3cf94ff2ce2378329e2f3d7b71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A9=B7=E5=A9=B7?= Date: Fri, 19 Jun 2020 23:51:11 +0800 Subject: [PATCH] fix comments --- docs/src/SUMMARY.md | 2 +- docs/src/cli.md | 2 +- docs/src/faq.md | 2 +- docs/src/intro.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index ea1985072..9d752a2f4 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -3,7 +3,7 @@ - [Introduction](./intro.md) - [Become a Validator](./validator.md) - [Installation](./install.md) -- [Command-line Options](./cli.md) +- [CLI](./cli.md) - [Advanced Usage for Developers](./advanced.md) - [FAQs](./faq.md) - [Contribute](./contribute.md) diff --git a/docs/src/cli.md b/docs/src/cli.md index 38c4db0ed..dafe2fdc9 100644 --- a/docs/src/cli.md +++ b/docs/src/cli.md @@ -1,4 +1,4 @@ -# Command-line Options +# CLI You can run your customized beacon node using the beacon_node CLI. The available options are shown below. diff --git a/docs/src/faq.md b/docs/src/faq.md index 699eb86ab..97c929637 100644 --- a/docs/src/faq.md +++ b/docs/src/faq.md @@ -4,7 +4,7 @@ A complete introduction about the beacon chain can be found in the [Ethereum 2.0 blog series](https://our.status.im/two-point-oh-the-beacon-chain/). -In short, the beacon chain is a **new type of blockchain** to help the Ethereum blockchain to smoothly transfer its consensus algorithm from PoW (Proof of Work) to PoS (Proof of Stake), aka Ethereum 2.0. You can also see it as a PoS + PoW solution. +In short, the beacon chain is a **new type of blockchain** to help the Ethereum blockchain to smoothly transfer its consensus algorithm from PoW (Proof of Work) to PoS (Proof of Stake), aka Ethereum 2.0. ## 2. Differences Between Beacon Chain and Ethereum 1.0 diff --git a/docs/src/intro.md b/docs/src/intro.md index 35e06bd79..df26866b9 100644 --- a/docs/src/intro.md +++ b/docs/src/intro.md @@ -14,7 +14,7 @@ In this book, we will cover: 1. [What is beacon chain](./faq.md#1-what-is-beacon-chain) and [what is Nimbus](./faq.md#4-what-is-nimbus) to equip you with some basic knowledge. 2. How to [become a validator](./validator.md) in Ethereum 2.0 as a user. 3. [Installation steps](./install.md) for nimbus beacon chain. -4. [Command-line options](./cli.md) for running your customized nimbus beacon node. +4. [CLI](./cli.md) for running your customized nimbus beacon node. 5. [Advanced usage](./advanced.md) for developers. 6. Common [questions and answers](./faq.md) to satisfy your curiosity. 7. How to [contribute](./contribute.md) to this book.