Skip to content

Commit 7526ffc

Browse files
committed
Fix readme
1 parent 6d3ba31 commit 7526ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class HelloSockController {
7171
Log.d(TAG, topicMessage.getPayload());
7272
});
7373

74-
mStompClient.send("/app/hello", "My first STOMP message!");
74+
mStompClient.send("/app/hello", "My first STOMP message!").subscribe();
7575

7676
// ...
7777

0 commit comments

Comments
 (0)