From 2e598a7caf5c3877671343ab0693c8c0aa0e2a00 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Tue, 3 Oct 2017 11:24:56 -0400 Subject: [PATCH] one more fix --- docs/ecosystem.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index ae723bfd..00210c4a 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -37,17 +37,17 @@ Ethermint The go-ethereum state machine run as a ABCI app, written in Go, `authored by Tendermint `__. Lotion -^^^^^^^^^^^^^ +^^^^^^ A Javascript microframework for building blockchain applications with Tendermint, written in Javascript, `authored by Judd Keppel of Tendermint `__. See also `lotion-chat `__ and `lotion-coin `__ apps written using Lotion. IAVL -~~~~~~~~~~ +^^^^ Immutable AVL+ tree with Merkle proofs, Written in Go, `authored by Tendermint `__. MerkleTree -~~~~~~~~~~ +^^^^^^^^^^ Immutable AVL+ tree with Merkle proofs, Written in Java, `authored by jTendermint `__.