Update README.md

This commit is contained in:
Jae Kwon
2017-02-18 07:36:14 +01:00
committed by GitHub
parent a954f91e5f
commit f81a9c647d
+1 -1
View File
@@ -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 {