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

Commit a5546a7

Browse files
author
Mikey Alder
committed
Merge pull request #2 from SERVANT14/patch-1
Update README.md
2 parents 2848a6b + 81fb0d3 commit a5546a7

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)