Skip to content

Commit

Permalink
Minor update to README to fix grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba authored Dec 25, 2023
1 parent 13a8a09 commit 3ee5597
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 @@ -72,15 +72,15 @@ Showkase browser.
Showkase supports both ksp and kapt. By default, it uses kapt as we only recently added ksp support.


#### If you only want Showkase to be available in only debug builds (Recommended and practical for most use cases)
#### If you want Showkase to be available only in debug builds (Recommended and practical for most use cases)

```kotlin
debugImplementation "com.airbnb.android:showkase:1.0.2"
implementation "com.airbnb.android:showkase-annotation:1.0.2"
kspDebug "com.airbnb.android:showkase-processor:1.0.2" or kaptDebug "com.airbnb.android:showkase-processor:1.0.2"
```

#### If you want Showkase to be available in your release builds
#### If you want Showkase to be available in your release builds as well
```kotlin
implementation "com.airbnb.android:showkase:1.0.2"
ksp "com.airbnb.android:showkase-processor:1.0.2" or kapt "com.airbnb.android:showkase-processor:1.0.2"
Expand Down

0 comments on commit 3ee5597

Please sign in to comment.