Skip to content

Commit

Permalink
refactor: sample doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alkatrivedi committed Apr 5, 2024
1 parent 9038541 commit 3b00ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/read-query-with-get-transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// sample-metadata:
// title: Calls a server side function on a Spanner PostgreSQL database.
// usage: node insert-query-with-get-transaction.js <INSTANCE_ID> <DATABASE_ID> <PROJECT_ID>
// usage: node read-query-with-get-transaction.js <INSTANCE_ID> <DATABASE_ID> <PROJECT_ID>

async function main(instanceId, databaseId, projectId) {
// [START spanner_read_query_with_get_transaction]
Expand Down

0 comments on commit 3b00ce1

Please sign in to comment.