Skip to content

Commit

Permalink
Typo fix for serverURL
Browse files Browse the repository at this point in the history
  • Loading branch information
mmussett committed Nov 7, 2019
1 parent e85b0b4 commit 1ff1efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trigger/ems/README.md
Expand Up @@ -131,7 +131,7 @@ Configure the Trigger to receive EMS Messages
"destination": "queue.sample",
"destinationType": "queue",
"password": "",
"serverUrl": "tcp://127.0.0.1:7222",
"serverURL": "tcp://127.0.0.1:7222",
"user": "admin"
},
"handlers": [
Expand Down

0 comments on commit 1ff1efb

Please sign in to comment.