We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38a300 commit 86cf93cCopy full SHA for 86cf93c
1 file changed
README.md
@@ -45,7 +45,7 @@ implementation("com.lithic.api:lithic-java:0.28.0")
45
Use `LithicOkHttpClient.builder()` to configure the client. At a minimum you need to set `.apiKey()`:
46
47
```java
48
-import com.lithic.api.client.LithicOkHttpClient;
+import com.lithic.api.client.LithicClient;
49
import com.lithic.api.client.okhttp.LithicOkHttpClient;
50
51
LithicClient client = LithicOkHttpClient.builder()
0 commit comments