Skip to content

Commit ed107d6

Browse files
authored
Update readme.md
link fixed in readme.md in typings
1 parent 1afa75d commit ed107d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v2/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/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)