From ed107d63d2154530d144f62ce3379a0716f79380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bana=C5=9B?= Date: Sat, 3 Dec 2016 18:17:58 +0100 Subject: [PATCH] Update readme.md link fixed in readme.md in typings --- v2/typescript/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/typescript/readme.md b/v2/typescript/readme.md index 36cf52a2a..165da78a0 100755 --- a/v2/typescript/readme.md +++ b/v2/typescript/readme.md @@ -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.