From b7e5349e98f4318a31e0026aac5e45f7401268da Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Thu, 25 Nov 2021 03:13:23 -0800 Subject: [PATCH] Fix a (trivial) typo in the RPC docs. (#368) --- spec/rpc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/rpc/README.md b/spec/rpc/README.md index 7cdf417dc..562541154 100644 --- a/spec/rpc/README.md +++ b/spec/rpc/README.md @@ -11,8 +11,8 @@ This file defines the JSON-RPC spec of Tendermint. This is meant to be implement ## Support - | | [Tendermint-Go](https://github.com/tendermint/tendermint/) | [endermint-Rs](https://github.com/informalsystems/tendermint-rs) | - |--------------|:----------------------------------------------------------:|:----------------------------------------------------------------:| + | | [Tendermint-Go](https://github.com/tendermint/tendermint/) | [Tendermint-Rs](https://github.com/informalsystems/tendermint-rs) | + |--------------|:-----------------------------------------------------------:|:-----------------------------------------------------------------:| | JSON-RPC 2.0 | ✅ | ✅ | | HTTP | ✅ | ✅ | | HTTPS | ✅ | ❌ |