Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 81fb0d3

Browse files
author
Mark Tinsley
committed
Update README.md
1 parent 2848a6b commit 81fb0d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ This will compile your `resources/assets/typescript/index.ts` file.
2121
If you'd like to output to a different directory than the default `public/js`, then you may override this as well.
2222

2323
```
24-
mix.typescript('app.ts', 'public/js/foo/bar');
25-
```
24+
mix.typescript('app.js', 'public/js/foo/bar');
25+
```

0 commit comments

Comments
 (0)