Browse Source

Fixed typo on README.

Mr.doob 14 years ago
parent
commit
d6fa775026
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -147,7 +147,7 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &
 * Renamed `QuakeCamera` to `FirstPersonCamera`. ([chriskillpack](http://github.com/chriskillpack))
 * Improved Normal Map Shader. ([alteredq](http://github.com/alteredq))
 * `Collision` now supports `Object3D.flipSided` and `Object3D.doubleSided`. ([NINE78](http://github.com/NINE78))
-* Removed most of `SeceneUtils` methods. ([mrdoob](http://github.com/mrdoob))
+* Removed most of `SceneUtils` methods. ([mrdoob](http://github.com/mrdoob))
 * Removed `Sound` object and `SoundRenderer`. ([mrdoob](http://github.com/mrdoob))