Skip to content

Commit afb0765

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 48bdaa9 + cc340c1 commit afb0765

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Extra special thanks to our top-tier sponsors: [Orange Games](http://orangegames
7070

7171
Every week we publish the [Phaser World](https://phaser.io/community/newsletter) newsletter. It's packed full of the latest Phaser games, tutorials, videos, meet-ups, talks, and more. The newsletter also contains our weekly Development Progress updates which let you know about the new features we're working on.
7272

73-
Over 100 previous editions can be found on our [Back Issues](http://phaser.io/community/backissues) page.
73+
Over 100 previous editions can be found on our [Back Issues](https://phaser.io/community/backissues) page.
7474

7575
![Download Phaser](https://phaser.io/images/github/div-download.png "Download Phaser")
7676
<a name="download"></a>
@@ -93,7 +93,7 @@ npm install phaser
9393

9494
[![](https://data.jsdelivr.com/v1/package/gh/photonstorm/phaser/badge)](https://www.jsdelivr.com/package/gh/photonstorm/phaser)
9595

96-
[Phaser is on jsDelivr](http://www.jsdelivr.com/projects/phaser) which is a "super-fast CDN for developers". Include the following in your html:
96+
[Phaser is on jsDelivr](https://www.jsdelivr.com/projects/phaser) which is a "super-fast CDN for developers". Include the following in your html:
9797

9898
```html
9999
<script src="//cdn.jsdelivr.net/npm/phaser@3.3.0/dist/phaser.js"></script>
@@ -137,7 +137,7 @@ Also, please subscribe to the [Phaser World](https://phaser.io/community/newslet
137137

138138
### Source Code Examples
139139

140-
During our development of Phaser 3, we created hundreds of examples with the full source code and assets. Until these examples are fully integrated into the Phaser website, you can browse them on [Phaser 3 Labs](http://labs.phaser.io), or clone the [examples repo][examples]. Note: Not all examples work, sorry! We're tidying them up as fast as we can.
140+
During our development of Phaser 3, we created hundreds of examples with the full source code and assets. Until these examples are fully integrated into the Phaser website, you can browse them on [Phaser 3 Labs](https://labs.phaser.io), or clone the [examples repo][examples]. Note: Not all examples work, sorry! We're tidying them up as fast as we can.
141141

142142
### Create Your First Phaser 3 Example
143143

@@ -147,7 +147,7 @@ Create an `index.html` page locally and paste the following code into it:
147147
<!DOCTYPE html>
148148
<html>
149149
<head>
150-
<script src="http://labs.phaser.io/build/phaser-arcade-physics.min.js"></script>
150+
<script src="https://labs.phaser.io/build/phaser-arcade-physics.min.js"></script>
151151
</head>
152152
<body>
153153

src/display/color/HueToComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ var HueToComponent = function (p, q, t)
4747
return p;
4848
};
4949

50-
module.export = HueToComponent;
50+
module.exports = HueToComponent;

0 commit comments

Comments
 (0)