From 68b2873c9b8e72aaa56471eb661e2f32953f57ac Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 20 Nov 2019 16:18:39 +0100 Subject: [PATCH] docs: update wording (#4174) * docs: update wording - change grants to funding for abci server Signed-off-by: Marko Baricevic --- docs/app-dev/abci-cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/app-dev/abci-cli.md b/docs/app-dev/abci-cli.md index 70fc919f0..20f1b70c2 100644 --- a/docs/app-dev/abci-cli.md +++ b/docs/app-dev/abci-cli.md @@ -351,9 +351,9 @@ the same results as for the Go version. ## Bounties Want to write the counter app in your favorite language?! We'd be happy -to add you to our [ecosystem](https://github.com/tendermint/awesome#ecosystem)! We're -also offering [grants](https://github.com/interchainio/funding) for -implementations in new languages! +to add you to our [ecosystem](https://github.com/tendermint/awesome#ecosystem)! +See [funding](https://github.com/interchainio/funding) opportunities from the +[Interchain Foundation](https://interchain.io/) for implementations in new languages and more. The `abci-cli` is designed strictly for testing and debugging. In a real deployment, the role of sending messages is taken by Tendermint, which