Skip to content

Commit

Permalink
Corrects out.js to output.js in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjh committed May 24, 2015
1 parent 8dfdb8a commit 292317f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can use almost all other options that TypeScript supports too. Only these tw

Basis Usage
----------
Below is a minimalist `gulpfile.js` which will compile all TypeScript file in folder `src` and emit a single output file called `out.js` in `built/local`. To invoke, simple run `gulp`.
Below is a minimalist `gulpfile.js` which will compile all TypeScript file in folder `src` and emit a single output file called `output.js` in `built/local`. To invoke, simple run `gulp`.

```javascript
var gulp = require('gulp');
Expand Down

0 comments on commit 292317f

Please sign in to comment.