Skip to content

Commit

Permalink
minor node-api README correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mj3cheun committed Mar 14, 2024
1 parent 0d4c606 commit b9f2a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/node-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const dataset = new Dataset({
name: 'testdata',
}, edgesFile, nodesFile);

await dataset.upload();
await dataset.upload(client);
console.info(`View at ${dataset.datasetID} at ${dataset.datasetURL}`);
```

Expand Down

0 comments on commit b9f2a60

Please sign in to comment.