Skip to content

Commit 12de270

Browse files
authored
Fixed typings install source URL.
1 parent 88344d0 commit 12de270

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)