mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Update readme.md
link fixed in readme.md in typings
This commit is contained in:
parent
1afa75d871
commit
ed107d63d2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ You can now use typings, the TypeScript Definition Manager, to include Phaser's
|
|||
- Make sure that typings is installed in your system: `npm install -g typings`
|
||||
- Install phaser typescript definitions as a global dependency:
|
||||
```
|
||||
typings install github:photonstorm/phaser/typescript/typings.json -GD
|
||||
typings install github:photonstorm/phaser/v2/typescript/typings.json -GD
|
||||
```
|
||||
|
||||
This will make phaser typescript definitions available for your compiler so that there is no need to reference them from your source files.
|
||||
|
|
Loading…
Reference in a new issue