Skip to content

Commit ab44941

Browse files
order
1 parent e7465bb commit ab44941

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Integrate with Visual Studio Team Services from your Node.js apps.
88

99
See [samples](./samples) for complete coding examples
1010

11+
### Install the library
12+
```
13+
npm install vso-node-api --save
14+
```
15+
1116
### Typings
1217

1318
Typings (.d.ts) are now distributed with the api, so intellisense and compile support just works from `tsc` and [vscode]()
1419

1520
![Intellisense](docs/intellisense.png)
1621

17-
### Install the library
18-
```
19-
npm install vso-node-api --save
20-
```
21-
2222
### Create a connection
2323
```javascript
2424
var vsts = require('vso-node-api');

0 commit comments

Comments
 (0)