Skip to content

Commit 1b812d8

Browse files
committed
refactor: remove ability to read the api key from the environment
1 parent 386800e commit 1b812d8

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
@@ -42,7 +42,7 @@ Use `LithicClient.builder()` to configure the client. At a minimum you need to s
4242
import com.lithic.api.client.okhttp.LithicClient;
4343

4444
LithicClient client = LithicClient.builder()
45-
.apiKey("<your api key>")
45+
.apiKey("<your API Key>")
4646
.build();
4747
```
4848

0 commit comments

Comments
 (0)