Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktvipin27 authored May 17, 2020
1 parent 217b063 commit bf7fb66
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,28 @@ Built with ❤︎ by [Vipin KT](https://twitter.com/ktvipin27)
## Installation

Add this in your app's build.gradle file:

<details open>
<summary>Groovy</summary>

```groovy
dependencies {
implementation 'com.ktvipin:roominspector:1.0.0'
}
```

</details>
<details open>
<summary>Kotlin</summary>

```kotlin
dependencies {
implementation("com.ktvipin:roominspector:1.0.0")
}
```

</details>

## Usage

To inspect your Room database with RoomInspector, just call the `inspect()` method by passing your database class and database name.
Expand Down

0 comments on commit bf7fb66

Please sign in to comment.