Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkamanin authored Apr 12, 2022
1 parent c76a94b commit e58843d
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 @@ -110,7 +110,7 @@ val sampleHandler = pathHandler("/something") {
@Provides
@Singleton
fun provideMockcept(@ApplicationContext context: Context): Mockcept =
Mokcept(
Mockcept(
context = context,
handlers = listOf(sampleHandler)
)
Expand All @@ -136,7 +136,7 @@ fun provideRetrofit(client: OkHttpClient): Retrofit =
```kotlin
single {
OkHttpClient.Builder().addInterceptor(
Mokcept(
Mockcept(
context = androidContext(),
handlers = listOf(sampleHandler)
)
Expand Down

0 comments on commit e58843d

Please sign in to comment.