Skip to content

Commit

Permalink
fix: correct example syntax for java client
Browse files Browse the repository at this point in the history
Signed-off-by: David Goss <david.goss@matillion.com>
  • Loading branch information
davidjgoss committed Aug 9, 2023
1 parent afd8adc commit dbca1da
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://localhost:5000
MarquezClient client = MarquezClient().builder()
MarquezClient client = MarquezClient.builder()
.baseUrl("http://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 dbca1da

Please sign in to comment.