Skip to content

Commit 17f1557

Browse files
doc tweak
1 parent 864e369 commit 17f1557

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,16 @@ Run `npm install` first
7777

7878
Set environment variables using set or export:
7979

80+
```bash
8081
API_URL=https://fabrikam.visualstudio.com/defaultcollection
8182

83+
// use your token
8284
API_TOKEN=cbdeb34vzyuk5l4gxc4qfczn3lko3avfkfqyb47etahq6axpcqha
8385

8486
API_PROJECT=myProject
87+
```
88+
89+
Run samples:
8590

8691
```bash
8792
$ npm run samples

0 commit comments

Comments
 (0)