We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd8adc commit 55b55bfCopy full SHA for 55b55bf
1 file changed
clients/java/README.md
@@ -25,7 +25,7 @@ implementation 'io.github.marquezproject:marquez-java:0.39.0
25
### Reading Metadata
26
```java
27
// Connect to http://localhost:5000
28
-MarquezClient client = MarquezClient().builder()
+MarquezClient client = MarquezClient.builder()
29
.baseUrl("http://localhost:5000")
30
.build()
31
@@ -59,4 +59,4 @@ MarquezClient client = MarquezClient.builder()
59
60
----
61
SPDX-License-Identifier: Apache-2.0
62
-Copyright 2018-2023 contributors to the Marquez project.
+Copyright 2018-2023 contributors to the Marquez project.
0 commit comments