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 e7465bb commit ab44941Copy full SHA for ab44941
README.md
@@ -8,17 +8,17 @@ Integrate with Visual Studio Team Services from your Node.js apps.
8
9
See [samples](./samples) for complete coding examples
10
11
+### Install the library
12
+```
13
+npm install vso-node-api --save
14
15
+
16
### Typings
17
18
Typings (.d.ts) are now distributed with the api, so intellisense and compile support just works from `tsc` and [vscode]()
19
20

21
-### Install the library
-```
-npm install vso-node-api --save
-
22
### Create a connection
23
```javascript
24
var vsts = require('vso-node-api');
0 commit comments