From 13e97532b80875ecc98b65923e09175b8820bddb Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 6 Aug 2015 23:36:46 +0100 Subject: [PATCH] Docs update. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6c6548a7..6dcfcbd75 100644 --- a/README.md +++ b/README.md @@ -260,8 +260,8 @@ If you are an exceptional JavaScript developer and would like to join the Phaser ### Updates -* TypeScript definitions fixes and updates (thanks @clark-stevenson @vrecluse) -* JSDoc typo fixes (thanks ) +* TypeScript definitions fixes and updates (thanks @clark-stevenson @vrecluse @yahiko00) +* JSDoc typo fixes (thanks @Cowa @yahiko00) * VideoStream.active = false is used if the browser supports it, otherwise it falls back to VideoStream.stop. * Text can now accept `undefined` or `null` as the `text` argument in the constructor and will cast it as an empty string.