Browse Source

Corrected README typo

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

+ 1 - 1
README.md

@@ -143,7 +143,7 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &
 * Added `.depthWrite` and `.fog` to `Material`. ([alteredq](http://github.com/alteredq))
 * Added `.depthWrite` and `.fog` to `Material`. ([alteredq](http://github.com/alteredq))
 * Added `.applyMatrix` to `Geometry`. ([mrdoob](http://github.com/mrdoob))
 * Added `.applyMatrix` to `Geometry`. ([mrdoob](http://github.com/mrdoob))
 * Improved postprocessing stack in `/examples/js/postprocessing`. ([alteredq](http://github.com/alteredq))
 * Improved postprocessing stack in `/examples/js/postprocessing`. ([alteredq](http://github.com/alteredq))
-* Added a realistic sking shading example. ([alteredq](http://github.com/alteredq))
+* Added a realistic skin shading example. ([alteredq](http://github.com/alteredq))
 * Started of a GUI for composing scenes and autogenerate code. ([mrdoob](http://github.com/mrdoob))
 * Started of a GUI for composing scenes and autogenerate code. ([mrdoob](http://github.com/mrdoob))
 * Added `.center()` to `GeometryUtils`. ([alteredq](http://github.com/alteredq))
 * Added `.center()` to `GeometryUtils`. ([alteredq](http://github.com/alteredq))
 * Fixed buggy scenegraph manipulation (adding/removing objects). ([jsermeno](http://github.com/jsermeno), [alteredq](http://github.com/alteredq) and [skython](http://github.com/skython))
 * Fixed buggy scenegraph manipulation (adding/removing objects). ([jsermeno](http://github.com/jsermeno), [alteredq](http://github.com/alteredq) and [skython](http://github.com/skython))