소스 검색

Updated README.adoc (#41)

Fixed a incorrect statement regarding the length of the simulated delay.
Ryan Caskey 8 년 전
부모
커밋
0af774dbb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.adoc

+ 1 - 1
README.adoc

@@ -181,7 +181,7 @@ Logging output is displayed. The service should be up and running within a few s
 
 Now that the service is running, point your browser at http://localhost:8080 and click the "Connect" button.
 
-Upon opening a connection, you are asked for your name. Enter your name and click "Send". Your name is sent to the server as a JSON message over STOMP. After a 3-second simulated delay, the server sends a message back with a "Hello" greeting that is displayed on the page. At this point, you can send another name, or you can click the "Disconnect" button to close the connection.
+Upon opening a connection, you are asked for your name. Enter your name and click "Send". Your name is sent to the server as a JSON message over STOMP. After a 1-second simulated delay, the server sends a message back with a "Hello" greeting that is displayed on the page. At this point, you can send another name, or you can click the "Disconnect" button to close the connection.
 
 
 == Summary