From f81a9c647d18b4a54b541c4c1e069e55bc9be61b Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Sat, 18 Feb 2017 07:36:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b4707fa..bc4a2bcc0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The [primary specification](https://github.com/tendermint/abci/blob/master/types As a [Go interface](https://github.com/tendermint/abci/blob/master/types/application.go), it might look like: -``` +```golang // Applications type Application interface {