Skip to content

Commit e284d4d

Browse files
Correct README typo
1 parent f4f6513 commit e284d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portfolio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This demo application uses WebSocket to update stock price information in real-t
2121
1. Run the script/batch file that fits your environment by running:
2222
for Linux/MacOS - **./stock-trading-service**
2323
for Windows - **.\stock-trading-service.bat**
24-
**NOTE** - If your ActiveMQ is **NOT** listening to **tcp://localhost:61616**, when you run the script in the step above, you will have pass the URL that your ActiveMQ is listening to as the first parameter of the script, i.e.:
24+
**NOTE** - If your ActiveMQ is **NOT** listening to **tcp://localhost:61616**, when you run the script in the step above, you will have to pass the URL that your ActiveMQ is listening to as the first parameter of the script, i.e.:
2525
for Linux/MacOS - **./stock-trading-service tcp://{ACTIVEMQ.IP}:{ACTIVEMQ.PORT}**
2626
for Windows - **.\stock-trading-service.bat tcp://{ACTIVEMQ.IP}:{ACTIVEMQ.PORT}**
2727
replacing the variables shown above:

0 commit comments

Comments
 (0)