Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AmazingJaze committed Oct 2, 2015
1 parent 0ea0b70 commit a59be9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/dts-verifier/README.md
Expand Up @@ -6,7 +6,8 @@

## Usage

- #### Build WinJS: Make sure you have built copy of the version of WinJS that you want to test against.
- #### Build WinJS:
Make sure you have built copy of the version of WinJS that you want to test against.

- #### Install the dependencies:
```
Expand All @@ -17,7 +18,7 @@
- #### Create a bin folder, then run the command line tool program with a version of the WinJS TypeScript type definition file:
```
mkdir bin
node ./main.js /path/to/winjs.d.ts /path/to/WinJS_directory
node ./main.js /path/to/latest/winjs.d.ts /path/to/Built_Microsoft.WinJS_directory
```
This will generate a model of the WinJS public API from the provided WinJS.d.ts file, and print a localhost url to the command line.

Expand Down

0 comments on commit a59be9d

Please sign in to comment.