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 {