Skip to content

Commit 60c1f8c

Browse files
Change numberlist to bulleted list
1 parent 883fdcc commit 60c1f8c

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
@@ -271,8 +271,8 @@ client
271271
````
272272

273273
## Usage Resources
274-
1. [Large File Upload Task](/docs/tasks/LargeFileUploadTask.md)
275-
2. [Batching](/docs/content/Batching.md)
274+
* [Large File Upload Task](/docs/tasks/LargeFileUploadTask.md)
275+
* [Batching](/docs/content/Batching.md)
276276

277277
## Running node samples
278278
You can run and debug the node samples found under [./samples/node/node-sample.js](./samples/node/node-sample.js) by running the *Run node samples* configuration from the **Debug** (Ctrl + Shift + D) menu in Visual Studio Code. Alternately, you can run the node samples from the CLI by entering `node ./samples/node/node-sample.js` (assuming you are at the root of this repo). You'll need to rename the *secrets.example.json* file to *secrets.json* and add a valid access token to it. You can get an access token by doing the following:

0 commit comments

Comments
 (0)