From f6cc40f025a060a2f6b26fa5748a156b8c85a525 Mon Sep 17 00:00:00 2001 From: Blake Burkhart Date: Fri, 21 Feb 2014 17:21:16 -0600 Subject: [PATCH] Update CDNJS link for 1.1.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2f5307c..df4a9bd7 100644 --- a/README.md +++ b/README.md @@ -120,11 +120,11 @@ CDNJS Thanks to a community member Phaser is now available on [CDNJS](http://cdnjs.com). You can include the following in your html: -`http://cdnjs.cloudflare.com/ajax/libs/phaser/1.1.4/phaser.min.js` +`http://cdnjs.cloudflare.com/ajax/libs/phaser/1.1.5/phaser.min.js` Or if you prefer you can leave the protocol off, so it works via http and https: -`//cdnjs.cloudflare.com/ajax/libs/phaser/1.1.4/phaser.min.js` +`//cdnjs.cloudflare.com/ajax/libs/phaser/1.1.5/phaser.min.js` Requirements