Skip to content

Commit

Permalink
docs: update jsdoc license/samples-README (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and grayside committed Nov 3, 2022
1 parent 1a5b48c commit 625dd6e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions cloud-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
Before running the samples, make sure you've followed the steps outlined in
[Using the client library](https://github.com/googleapis/nodejs-tasks#using-the-client-library).

`cd samples`

`npm install`

`cd ..`

## Samples


Expand Down Expand Up @@ -77,7 +83,7 @@ View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/sa
__Usage:__


`node createQueue.js`
`node samples/createQueue.js`


-----
Expand Down Expand Up @@ -113,7 +119,7 @@ View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/sa
__Usage:__


`node deleteQueue.js`
`node samples/deleteQueue.js`


-----
Expand All @@ -130,7 +136,7 @@ View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/sa
__Usage:__


`node listQueues.js`
`node samples/listQueues.js`


-----
Expand All @@ -147,7 +153,7 @@ View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/sa
__Usage:__


`node quickstart.js`
`node samples/quickstart.js`


-----
Expand All @@ -164,7 +170,7 @@ View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/sa
__Usage:__


`node server.js`
`node samples/server.js`



Expand All @@ -173,4 +179,4 @@ __Usage:__

[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-tasks&page=editor&open_in_editor=samples/README.md
[product-docs]: https://cloud.google.com/tasks/docs/
[product-docs]: https://cloud.google.com/tasks/docs/

0 comments on commit 625dd6e

Please sign in to comment.