Răsfoiți Sursa

Fine tune opening message

Greg Turnquist 11 ani în urmă
părinte
comite
894352b987
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      README.adoc

+ 2 - 1
README.adoc

@@ -15,7 +15,8 @@
 :source-highlighter: prettify
 :project_id: gs-messaging-stomp-websocket
 
-This guide walks you through the process of creating a "hello world" STOMP messaging server with Spring. 
+This guide walks you through the process of creating a "hello world" application that send messages back and forth, between a browser and the server, using 
+http://en.wikipedia.org/wiki/Streaming_Text_Oriented_Messaging_Protocol[STOMP] messaging and Spring. 
 
 == What you'll build