Skip to content

Commit

Permalink
HTML typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Feb 11, 2013
1 parent 49a3b9c commit 84bc131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<div class="container-fluid">
<div class="row-fluid">
<p>The <a href="/chat/">Chat example</a> shows how to use `stomp.js` to send and receive STOMP messages directly from the Web browser.</p>
<p>The <a href="/chat/">Chat example</a> shows how to use <code>stomp.js</code> to send and receive STOMP messages directly from the Web browser.</p>
<p>The <a href="/webworker/">WebWorker example</a> uses a WebWorker instead to send and receive STOMP messages from the broker.</p>
</div>
</div>
Expand Down

0 comments on commit 84bc131

Please sign in to comment.