Browse Source

Fixed missing parentheses.

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

+ 1 - 1
README.md

@@ -146,7 +146,7 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &
 * Improved uniform handling in `WebGLRenderer`. ([alteredq](http://github.com/alteredq))
 * Implemented Shadow Mapping in `WebGLRenderer`. ([alteredq](http://github.com/alteredq))
 * Added `Spotlight` light type. ([alteredq](http://github.com/alteredq))
-* Fixed constructor-less prototypes. ([pushmatrix](http://github.com/pushmatrix)
+* Fixed constructor-less prototypes. ([pushmatrix](http://github.com/pushmatrix))
 * Added `DataTexture`. ([alteredq](http://github.com/alteredq))
 * `WebGLRenderer` opaque pass now renders from front to back. ([alteredq](http://github.com/alteredq))
 * Simplified `Color`. ([mrdoob](http://github.com/mrdoob))