Skip to content

Commit 3c76457

Browse files
authored
Merge pull request phaserjs#2943 from r2d2rigo/patch-1
Fixed typings install source URL.
2 parents bec8345 + 12de270 commit 3c76457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v2-community/typescript/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can now use typings, the TypeScript Definition Manager, to include Phaser's
1313
- Make sure that typings is installed in your system: `npm install -g typings`
1414
- Install phaser typescript definitions as a global dependency:
1515
```
16-
typings install github:photonstorm/phaser/typescript/typings.json -GD
16+
typings install github:photonstorm/phaser/v2-community/typescript/typings.json -GD
1717
```
1818

1919
This will make phaser typescript definitions available for your compiler so that there is no need to reference them from your source files.

0 commit comments

Comments
 (0)