Skip to content

Commit

Permalink
fix: correct example syntax for java client (MarquezProject#2575)
Browse files Browse the repository at this point in the history
Signed-off-by: David Goss <[email protected]>
  • Loading branch information
davidjgoss committed Aug 9, 2023
1 parent afd8adc commit 55b55bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ implementation 'io.github.marquezproject:marquez-java:0.39.0
### Reading Metadata
```java
// Connect to http:https://localhost:5000
MarquezClient client = MarquezClient().builder()
MarquezClient client = MarquezClient.builder()
.baseUrl("http:https://localhost:5000")
.build()

Expand Down Expand Up @@ -59,4 +59,4 @@ MarquezClient client = MarquezClient.builder()

----
SPDX-License-Identifier: Apache-2.0
Copyright 2018-2023 contributors to the Marquez project.
Copyright 2018-2023 contributors to the Marquez project.

0 comments on commit 55b55bf

Please sign in to comment.