Update README.md

This commit is contained in:
Jae Kwon 2015-12-03 15:47:20 -08:00
parent bbaacce472
commit 7b1ebb9245
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Tendermint Streaming Protocol (TMSP)
# Tendermint Socket Protocol (TMSP)
**TMSP** is a socket protocol, which means applications can be written in any programming language.
TMSP is an asynchronous streaming protocol: message responses are written back asynchronously to the platform.
TMSP is an asynchronous protocol: message responses are written back asynchronously to the platform.
*Applications must be deterministic.*