diff --git a/README.md b/README.md index 2d2fb1a..1710c47 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ For **maven** ## How to use it without Hilt: * How to initialize: -* +* ```kotlin val rxZebraScanner = RxZebraScanner(applicationContext) ``` -* use it with RxJava +* Use rxZebraScanner with RxJava ```kotlin rxZebraScanner.getScannerAsObserve().subscribeOn(Schedulers.io())