From fcc0c188b583d54321b6093ebc8f60cda2765030 Mon Sep 17 00:00:00 2001 From: AlHussain-dev Date: Fri, 20 Jan 2023 12:26:19 +0400 Subject: [PATCH] integration with hilt with new branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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())