From 7b1ebb924552ca95352a31bde2c4d97b53d7f083 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Thu, 3 Dec 2015 15:47:20 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.*