We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a5b66 commit 864e369Copy full SHA for 864e369
README.md
@@ -76,9 +76,12 @@ Pre-reqs: [Node >= 4.4.7 LTS](https://nodejs.org) and [typescript (tsc) >= 1.8](
76
Run `npm install` first
77
78
Set environment variables using set or export:
79
-API_URL=https://fabrikam.visualstudio.com/defaultcollection
80
-API_TOKEN=cbdeb34vzyuk5l4gxc4qfczn3lko3avfkfqyb47etahq6axpcqha
81
-API_PROJECT=myProject
+
+API_URL=https://fabrikam.visualstudio.com/defaultcollection
82
+API_TOKEN=cbdeb34vzyuk5l4gxc4qfczn3lko3avfkfqyb47etahq6axpcqha
83
84
+API_PROJECT=myProject
85
86
```bash
87
$ npm run samples
0 commit comments