Skip to content

Commit 7464bd0

Browse files
author
agoransson
committed
Fixed an error in the README, should be correct now.
1 parent 969c81f commit 7464bd0

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
@@ -62,7 +62,7 @@
6262
e.printStackTrace();
6363
}
6464

65-
mPubsub.subscribe(json_filter, VERSION_FILTER);
65+
mPubsub.subscribe(json_filter, MY_OWN_CALLBACK);
6666
```
6767

6868
**Then, create the Handler. This will act as a message callback between the Service and your Activity.**

0 commit comments

Comments
 (0)