Преглед изворни кода

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