Skip to content
This repository was archived by the owner on Nov 22, 2020. It is now read-only.

Commit 2026237

Browse files
authored
Update base URL in example usage [skip ci]
1 parent 22b4efd commit 2026237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ implementation 'io.github.marquezproject:marquez-java:0.4.2'
3939

4040
```java
4141
MarquezClient client = MarquezClient().builder()
42-
.baseUrl("http://localhost:5000/api/v1")
42+
.baseUrl("http://localhost:5000")
4343
.build()
4444

4545
// Metadata

0 commit comments

Comments
 (0)