Skip to content

Commit c980f10

Browse files
authored
fix typo: OkHttpEngine4 -> OkHttp4Engine (#1341)
1 parent 9362fa1 commit c980f10

File tree

1 file changed

+3
-3
lines changed
  • runtime/protocol/http-client-engines/http-client-engine-okhttp4

1 file changed

+3
-3
lines changed

runtime/protocol/http-client-engines/http-client-engine-okhttp4/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Caused by: java.lang.ClassNotFoundException: okhttp3.coroutines.ExecuteAsyncKt
8080
... 9 more
8181
```
8282

83-
It likely means you failed to configure the SDK client to use the `OkHttpEngine4`.
84-
Please double-check all of your SDK client configurations to ensure `httpClient = OkHttpEngine4()` is configured,
83+
It likely means you failed to configure the SDK client to use the `OkHttp4Engine`.
84+
Please double-check all of your SDK client configurations to ensure `httpClient = OkHttp4Engine()` is configured,
8585
and if the problem persists, [open an issue](https://github.com/smithy-lang/smithy-kotlin/issues/new/choose).
8686

8787
### Android R8 / ProGuard Configuration
@@ -93,4 +93,4 @@ ERROR: R8: Missing class okhttp3.coroutines.ExecuteAsyncKt (referenced from: jav
9393
You'll need to add the following rule to either `proguard-rules.pro` or `consumer-rules.pro`, depending on your project structure:
9494
```
9595
-dontwarn okhttp3.coroutines.ExecuteAsyncKt
96-
```
96+
```

0 commit comments

Comments
 (0)