Skip to content

Commit a9d4615

Browse files
docs: fix missing readme comment
1 parent 94a4abb commit a9d4615

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
@@ -92,7 +92,7 @@ import org.onebusaway.client.okhttp.OnebusawaySdkOkHttpClient;
9292

9393
OnebusawaySdkClient client = OnebusawaySdkOkHttpClient.builder()
9494
// Configures using the `onebusawaysdk.onebusawayApiKey` and `onebusawaysdk.baseUrl` system properties
95-
Or configures using the `ONEBUSAWAY_API_KEY` and `ONEBUSAWAY_SDK_BASE_URL` environment variables
95+
// Or configures using the `ONEBUSAWAY_API_KEY` and `ONEBUSAWAY_SDK_BASE_URL` environment variables
9696
.fromEnv()
9797
.apiKey("My API Key")
9898
.build();

0 commit comments

Comments
 (0)