Skip to content

Commit f1d5068

Browse files
docs: fix missing readme comment
1 parent b94bfc2 commit f1d5068

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
@@ -93,7 +93,7 @@ import com.lithic.api.client.okhttp.LithicOkHttpClient;
9393

9494
LithicClient client = LithicOkHttpClient.builder()
9595
// Configures using the `lithic.apiKey`, `lithic.webhookSecret` and `lithic.baseUrl` system properties
96-
Or configures using the `LITHIC_API_KEY`, `LITHIC_WEBHOOK_SECRET` and `LITHIC_BASE_URL` environment variables
96+
// Or configures using the `LITHIC_API_KEY`, `LITHIC_WEBHOOK_SECRET` and `LITHIC_BASE_URL` environment variables
9797
.fromEnv()
9898
.apiKey("My Lithic API Key")
9999
.build();

0 commit comments

Comments
 (0)