Skip to content

Commit 5d81c1a

Browse files
committed
update readme
1 parent 370ad9a commit 5d81c1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# websocket debug tool
1+
# WebSocket Debug Tool
22

33
A tool to debug websocket/sockjs/stomp.
44

@@ -11,18 +11,18 @@ A tool to debug websocket/sockjs/stomp.
1111

1212
# Quick Start
1313

14-
Open [http://jiangxy.github.io/websocket-debug-tool](http://jiangxy.github.io/websocket-debug-tool) and use directly.
14+
Open [http://jiangxy.github.io/websocket-debug-tool](http://jiangxy.github.io/websocket-debug-tool) and use directly. Pay attention to Cross-Domain Policy.
1515

1616
If you wanna modify the source code:
1717

18-
1. node 5.3, npm 3.3+
18+
1. node 5.3+, npm 3.3+
1919
2. `git clone` and `npm install`
20-
3. `npm run dev` to start webpack-dev-server
20+
3. `npm run dev` to start webpack-dev-server (with react-hot-loader)
2121
4. open `http://localhost:4040`
2222

2323
# Spring-based server
2424

25-
There is a spring-based WebSocket server in the [java](java) folder for test. View [Doc](java/README.md).
25+
There is a spring-based WebSocket server in the [java](java) folder for test purpose. View [Doc](java/README.md).
2626

2727
# Browsers support
2828

0 commit comments

Comments
 (0)