Skip to content

Commit 9d1a2c4

Browse files
Update landscapeId to use constant 'LANDSCAPE_ID'
1 parent e6ec2f8 commit 9d1a2c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class Example {
6868
client.model().objects().list(
6969
ModelObjectsListRequest
7070
.builder()
71-
.landscapeId("landscapeId")
71+
.landscapeId("LANDSCAPE_ID")
7272
.versionId("latest")
7373
.build()
7474
);
@@ -232,4 +232,4 @@ otherwise they would be overwritten upon the next generated release. Feel free t
232232
a proof of concept, but know that we will not be able to merge it as-is. We suggest opening
233233
an issue first to discuss with us!
234234

235-
On the other hand, contributions to the README are always very welcome!
235+
On the other hand, contributions to the README are always very welcome!

0 commit comments

Comments
 (0)