sockeqwe / mosby

A Model-View-Presenter / Model-View-Intent library for modern Android apps
http://hannesdorfmann.com/mosby/
Apache License 2.0
5.49k stars 841 forks source link

Fix "Queueing" and other minor typos in README #295

Closed jshvarts closed 6 years ago

jshvarts commented 6 years ago

Fixes https://github.com/sockeqwe/mosby/issues/293

jshvarts commented 6 years ago

Note: to test the dependency name change, I confirmed that Gradle can find it.

compile 'com.hannesdorfmann.mosby3:mvp-queuing-presenter:3.1.0'
sockeqwe commented 6 years ago

Thanks!