Skip to content

Commit 1dbea04

Browse files
committed
small changes to README.md
1 parent 02e7d3a commit 1dbea04

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

j2se/java-amqp-demo/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ build\install\java-amqp-demo\bin\java-amqp-demo.bat
2929
```
3030

3131
**NOTE** The application can be run in the folowing ways:
32-
1. If you want to connect to our default URI and default credentials (guest/guest):
33-
```
34-
/java-amqp-demo
35-
```
36-
2. If you want to connect to your own local Kaazing Gateway URI (ex: *ws://localhost:8000/zmqp*):
37-
```
38-
/java-jms-demo '{YOUR.GATEWAY.URI}'
39-
```
40-
3. If you want to use credentials with our default URI:
41-
```
42-
/java-aqmp-demo 'username' `password`
43-
```
44-
4. If you have setup your gateway for authentification:
45-
```
46-
/java-jms-demo '{YOUR.GATEWAY.URI}' '{USERNAME}' '{PASSWORD}'
47-
```
32+
- To connect to our default URI and default credentials (guest/guest):
33+
```
34+
/java-amqp-demo
35+
```
36+
- To connect to your own local Kaazing Gateway URI (ex: *ws://localhost:8000/zmqp*):
37+
```
38+
/java-jms-demo '{YOUR.GATEWAY.URI}'
39+
```
40+
- To use credentials with our default URI:
41+
```
42+
/java-aqmp-demo 'username' `password`
43+
```
44+
- If you have setup your gateway for authentification:
45+
```
46+
/java-jms-demo '{YOUR.GATEWAY.URI}' '{USERNAME}' '{PASSWORD}'
47+
```
4848

4949
**Note:** If you encounter an exception, try running the program as the root user (`sudo`).
5050

j2se/java-jms-demo/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@ or
2727
build\install\java-jms-demo\bin\java-jms-demo.bat
2828
```
2929
**NOTE** The application can be run in the folowing ways:
30-
1. If you want to connect to our defult URI:
31-
```
32-
/java-jms-demo
33-
```
34-
2. If you want to connect to your own local Kaazing Gateway URI (ex: *ws://localhost:8000/jms*):
35-
```
36-
/java-jms-demo '{YOUR.GATEWAY.URI}'
37-
```
38-
3. If you want to use credentials with our default URI:
39-
```
40-
/java-jms-demo 'joe' `welcome`
41-
```
42-
4. If you have setup your gateway for authentification:
43-
```
44-
/java-jms-demo '{YOUR.GATEWAY.URI}' '{USERNAME}' '{PASSWORD}'
45-
```
30+
- To connect to our defult URI:
31+
```
32+
/java-jms-demo
33+
```
34+
-To your own local Kaazing Gateway URI (ex: *ws://localhost:8000/jms*):
35+
```
36+
/java-jms-demo '{YOUR.GATEWAY.URI}'
37+
```
38+
- To use credentials with our default URI:
39+
```
40+
/java-jms-demo 'joe' `welcome`
41+
```
42+
- If you have setup your gateway for authentification :
43+
```
44+
/java-jms-demo '{YOUR.GATEWAY.URI}' '{USERNAME}' '{PASSWORD}'
45+
```
4646

4747
## Interact with Kaazing Java WebSocket Client API
4848

j2se/java-ws-demo/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ or
2828
build\install\java-ws-demo\bin\java-ws-demo.bat
2929
```
3030
**NOTE** The application can be run in the folowing ways:
31-
1. If you want to connect to our defult URI:
32-
```
33-
/java-ws-demo
34-
```
35-
2. If you want to connect to your own local Kaazing Gateway URI (ex: *ws://localhost:8000/echo*):
36-
```
37-
/java-ws-demo '{YOUR.GATEWAY.URI}'
38-
```
31+
- To connect to our defult URI:
32+
```
33+
/java-ws-demo
34+
```
35+
- To connect to your own local Kaazing Gateway URI (ex: *ws://localhost:8000/echo*):
36+
```
37+
/java-ws-demo '{YOUR.GATEWAY.URI}'
38+
```
3939

4040
**Note:** If you encounter an exception, try running the program as the root user (`sudo`).
4141

0 commit comments

Comments
 (0)