Skip to content

Commit 3c93a03

Browse files
committed
doc: fix examples in doc to match projects examples
1 parent b23747b commit 3c93a03

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
@@ -149,7 +149,7 @@ const Renderforest = require('@renderforest/sdk-node')
149149
const renderforest = new Renderforest({ signKey: '<signKey>', clientId: -1 })
150150

151151
const payload = {
152-
projectId: 5000658
152+
projectId: 5000295
153153
}
154154
renderforest.getProject(payload)
155155
.then(console.log) // handle the success

0 commit comments

Comments
 (0)