We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 652335e + 043abba commit 163388bCopy full SHA for 163388b
README.md
@@ -4,7 +4,7 @@ Script tag support for TypeScript
4
## Usage
5
Add the following lines at the bottom of your page:
6
```html
7
-<script src="https://rawgit.com/Microsoft/TypeScript/master/bin/typescriptServices.js"></script>
+<script src="https://rawgit.com/Microsoft/TypeScript/master/lib/typescriptServices.js"></script>
8
<script src="https://rawgit.com/basarat/typescript-script/master/transpiler.js"></script>
9
```
10
0 commit comments