Skip to content

Commit 6b5ad04

Browse files
author
Arun Gupta
committed
Improving the title
1 parent 8732acc commit 6b5ad04

File tree

1 file changed

+2
-2
lines changed
  • websocket/encoder-programmatic/src/main/webapp

1 file changed

+2
-2
lines changed

websocket/encoder-programmatic/src/main/webapp/index.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050

5151
</head>
5252
<body>
53-
<h1>WebSocket - Encoder and Decoder</h1>
53+
<h1>WebSocket : Encoder and Decoder in Programmatic Endpoint</h1>
5454

55+
Type some JSON in the text box and click on "Echo JSON".<br/><br/>
5556
<div style="text-align: center;">
5657
<form action="">
5758
<input onclick="echoJson()" value="Echo JSON" type="button">
5859
<input id="dataField" name="name" value="{}" type="text"><br>
5960
</form>
60-
<p/>Type some JSON in the text box and click on "Echo JSON".<p/>
6161
</div>
6262
<div id="output"></div>
6363

0 commit comments

Comments
 (0)