Skip to content

Commit 86cf93c

Browse files
stainless-botstainless-app[bot]
authored andcommitted
fix(docs): wrong client import in readme usage example (#157)
1 parent c38a300 commit 86cf93c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ implementation("com.lithic.api:lithic-java:0.28.0")
4545
Use `LithicOkHttpClient.builder()` to configure the client. At a minimum you need to set `.apiKey()`:
4646

4747
```java
48-
import com.lithic.api.client.LithicOkHttpClient;
48+
import com.lithic.api.client.LithicClient;
4949
import com.lithic.api.client.okhttp.LithicOkHttpClient;
5050

5151
LithicClient client = LithicOkHttpClient.builder()

0 commit comments

Comments
 (0)