Skip to content

Commit 43e079a

Browse files
committed
Readme update.
1 parent dbeda43 commit 43e079a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ By Richard Davey, [Photon Storm](http://www.photonstorm.com)
1111
* View the [Official Website](http://phaser.io)
1212
* Follow on [Twitter](https://twitter.com/photonstorm)
1313
* Join the [Forum](http://www.html5gamedevs.com/forum/14-phaser/)
14-
* Source code for 300+ [Phaser Examples](https://github.com/photonstorm/phaser-examples) or [browse them online](http://examples.phaser.io)
14+
* Source code for 320+ [Phaser Examples](https://github.com/photonstorm/phaser-examples) or [browse them online](http://examples.phaser.io)
1515
* View the growing list of [Phaser Plugins](https://github.com/photonstorm/phaser-plugins)
1616
* Read the [documentation online](http://docs.phaser.io)
1717
* Join our [#phaserio IRC channel](http://www.html5gamedevs.com/topic/4470-official-phaserio-irc-channel-phaserio-on-freenode/) on freenode
@@ -218,7 +218,7 @@ Note: The `phaser.min.js` file in the build folder contains all 3 physics system
218218

219219
## Learn By Example
220220

221-
Ever since we started Phaser we've been growing and expanding our extensive set of Examples. Currently over 270 of them!
221+
Ever since we started Phaser we've been growing and expanding our extensive set of Examples. Currently over 320 of them!
222222

223223
They used to be bundled in the main Phaser repo, but because they got so large and in order to help with versioning we've moved them to their own repo.
224224

src/utils/Utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Phaser.Utils = {
1515
/**
1616
* Transposes the elements of the given Array.
1717
*
18-
* @method transposeArray
18+
* @method Phaser.Utils.transposeArray
1919
* @param {array} array - The array to transpose.
2020
* @return {array} The transposed array.
2121
*/

0 commit comments

Comments
 (0)