From af792eac777de757cd496349a5f6b5313738fcbc Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Mon, 13 Mar 2017 17:20:31 -0400 Subject: [PATCH] readme: js-tmsp -> js-abci --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6aafa6b8..df0045d49 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Previously, the ABCI was referred to as TMSP. Other implementations: * [cpp-tmsp](https://github.com/mdyring/cpp-tmsp) by Martin Dyring-Andersen -* [js-tmsp](https://github.com/tendermint/js-tmsp) +* [js-abci](https://github.com/tendermint/js-abci) * [jABCI](https://github.com/jTendermint/jabci) for Java # Specification @@ -28,7 +28,7 @@ make protoc ``` See `protoc --help` and [the Protocol Buffers site](https://developers.google.com/protocol-buffers/) for details on compiling for other languages. -Note we also include a [GRPC](https://www.grpc.io/docs) service definition. +Note we also include a [GRPC](http://www.grpc.io/docs) service definition. For the specification as an interface in Go, see the [types/application.go file](https://github.com/tendermint/abci/blob/master/types/application.go).