Skip to content
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej Shafarenka committed Jan 1, 2015
1 parent 0ed7397 commit e2eac39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TinyBus is
=======
- tiny (~ 17K jar)
- fast (optimized for startup and event dispatching)
- well tested (> 50 junit tests)
- well tested (> 60 junit tests)
- annotation based (no requiremens to method names, no interfaces to implement)

TinyBus is for those who want
Expand Down Expand Up @@ -111,14 +111,14 @@ Gradle dependencies
For pure event bus implementation
```
dependencies {
compile 'de.halfbit:tinybus:2.0.+'
compile 'de.halfbit:tinybus:2.1.+'
}
```
For event bus with extensions
```
dependencies {
compile 'de.halfbit:tinybus:2.0.+'
compile 'de.halfbit:tinybus-extensions:2.0.+'
compile 'de.halfbit:tinybus:2.1.+'
compile 'de.halfbit:tinybus-extensions:2.1.+'
}
```

Expand All @@ -139,8 +139,8 @@ Proguard configuration
Used in
=======

- [Settings Extended][5]
- [franco.Kernel updater][6]
- [Settings Extended][5]

License
=======
Expand Down

0 comments on commit e2eac39

Please sign in to comment.