Skip to content

Commit cb7553a

Browse files
authored
Update README.md
1 parent f58ab77 commit cb7553a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Breadcast.init(context);
4848
```java
4949
class MyClass { // extends ...
5050
MyClass() {
51-
Breadcast.register(this); // only required for non-static methods
51+
Breadcast.register(this); // required for non-static methods
5252
}
5353

5454
@Receive(action = Intent.ACTION_SCREEN_OFF)
@@ -71,7 +71,7 @@ onCustomAsync() { ... } // asynchronous
7171
static withoutRegister() { ... } // static - called regardless of registration
7272
```
7373

74-
#### To register Breadcast implicit via manifest, use _ManifestBreadcast_
74+
#### To register Breadcast via manifest (implicit/static), use _ManifestBreadcast_
7575
```xml
7676
<receiver android:name="io.dreiklang.breadcast.base.statics.ManifestBreadcast">
7777
<intent-filter>

0 commit comments

Comments
 (0)