From 7d277aab6b27dde433cfad3662dc1de8f2e79678 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 16 Jun 2025 13:08:40 +0200 Subject: [PATCH] Format README --- packages/tendermint-rpc/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/tendermint-rpc/README.md b/packages/tendermint-rpc/README.md index 90066349..2015f791 100644 --- a/packages/tendermint-rpc/README.md +++ b/packages/tendermint-rpc/README.md @@ -4,9 +4,9 @@ This package provides a type-safe wrapper around [Tendermint RPC](https://docs.tendermint.com/master/rpc/). Notably, all binary -data is passed in and out as `Uint8Array`, and this module is responsible for the -hex/base64 encoding/decoding depending on the field and version of Tendermint. -Also handles converting numbers to and from strings. +data is passed in and out as `Uint8Array`, and this module is responsible for +the hex/base64 encoding/decoding depending on the field and version of +Tendermint. Also handles converting numbers to and from strings. ## License