Skip to content

Commit

Permalink
integration with hilt with new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Hussein-96 committed Jan 20, 2023
1 parent e77997c commit fcc0c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit fcc0c18

Please sign in to comment.