Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuuneoi committed Jan 19, 2016
1 parent d98e5ce commit 69f57d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,7 +28,7 @@ public class RxEventBus {
}
```

Creating a Singleton as a Main Bus.
Create a Main Bus as a Singleton.

```java
public class MainBus extends RxEventBus {
Expand All @@ -47,7 +47,7 @@ public class MainBus extends RxEventBus {
}
```

Defining a Bus Event.
Declare a Bus Event.

```java
public class ClickEvent {
Expand Down

0 comments on commit 69f57d9

Please sign in to comment.