Skip to content

Commit 731a6be

Browse files
committed
Merge pull request jmesnil#93 from williamsbdev/jmesnil
Doc: fixing typo in README.md of example
2 parents e610727 + 8d39e3f commit 731a6be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

example/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# STOMP Over WebSocket Examples
22

3-
To run the examples, start a local HTPP server:
3+
To run the examples, start a local HTTP server:
44

55
$ node server.js
6-
6+
77
The [Chat example](http://localhost:8080/chat/) shows how to use `stomp.js` to send and receive STOMP messages directly from the Web browser.
88

99
The [WebWorker example](http://localhost:8080/chat/) uses a WebWorker to send and receive STOMP messages from the broker.
10-

0 commit comments

Comments
 (0)