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 1985d12 commit 3c649f1Copy full SHA for 3c649f1
README.md
@@ -89,7 +89,7 @@ import com.withorb.api.client.okhttp.OrbOkHttpClient;
89
90
OrbClient client = OrbOkHttpClient.builder()
91
// 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
+ // Or configures using the `ORB_API_KEY`, `ORB_WEBHOOK_SECRET` and `ORB_BASE_URL` environment variables
93
.fromEnv()
94
.apiKey("My API Key")
95
.build();
0 commit comments