From 51a83f08268d87cd9b88a52433b7ff97078baef6 Mon Sep 17 00:00:00 2001 From: k1sh0rek0ld <57055752+k1sh0rek0ld@users.noreply.github.com> Date: Mon, 28 Oct 2019 18:58:18 +0530 Subject: [PATCH] Update README.md (#4085) --- crypto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/README.md b/crypto/README.md index bb6631227..a77a7ab6c 100644 --- a/crypto/README.md +++ b/crypto/README.md @@ -14,7 +14,7 @@ If you want to decode bytes into one of the types, but don't care about the spec ## Binary encoding -For Binary encoding, please refer to the [Tendermint encoding spec](https://github.com/tendermint/tendermint/blob/master/docs/spec/blockchain/encoding.md). +For Binary encoding, please refer to the [Tendermint encoding specification](https://github.com/tendermint/tendermint/blob/master/docs/spec/blockchain/encoding.md). ## JSON Encoding