Fix link in readme

./light -> ./light-client
This commit is contained in:
Ismail Khoffi
2020-01-24 15:17:04 +01:00
committed by GitHub
parent 206139f384
commit 576e40eabd
+1 -1
View File
@@ -15,7 +15,7 @@ Specification of the Tendermint consensus protocol.
block header is computed in a Byzantine Fault Tolerant manner
- [Creating Proposal](./creating-proposal.md) - How a proposer
creates a block proposal for consensus
- [Light Client Protocol](./light) - A protocol for light weight consensus
- [Light Client Protocol](./light-client) - A protocol for light weight consensus
verification and syncing to the latest state
- [Signing](./signing.md) - Rules for cryptographic signatures
produced by validators.