diff --git a/README.md b/README.md index 5000b819..66d5f9fb 100644 --- a/README.md +++ b/README.md @@ -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.*