Skip to content

Commit 3c649f1

Browse files
docs: fix missing readme comment
1 parent 1985d12 commit 3c649f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ import com.withorb.api.client.okhttp.OrbOkHttpClient;
8989

9090
OrbClient client = OrbOkHttpClient.builder()
9191
// Configures using the `orb.apiKey`, `orb.webhookSecret` and `orb.baseUrl` system properties
92-
Or configures using the `ORB_API_KEY`, `ORB_WEBHOOK_SECRET` and `ORB_BASE_URL` environment variables
92+
// Or configures using the `ORB_API_KEY`, `ORB_WEBHOOK_SECRET` and `ORB_BASE_URL` environment variables
9393
.fromEnv()
9494
.apiKey("My API Key")
9595
.build();

0 commit comments

Comments
 (0)