We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afa75d commit ed107d6Copy full SHA for ed107d6
1 file changed
v2/typescript/readme.md
@@ -13,7 +13,7 @@ You can now use typings, the TypeScript Definition Manager, to include Phaser's
13
- Make sure that typings is installed in your system: `npm install -g typings`
14
- Install phaser typescript definitions as a global dependency:
15
```
16
-typings install github:photonstorm/phaser/typescript/typings.json -GD
+typings install github:photonstorm/phaser/v2/typescript/typings.json -GD
17
18
19
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