From 9a04c244f3139ec1f56039e04b9c1bd04b475b42 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Wed, 23 Jun 2010 07:53:52 +0100 Subject: [PATCH] - Fixed mistake on the README example --- README.md | 10 +++++----- src/core/Geometry.js | 2 +- src/core/Matrix3.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a8106b523e..2990e3d1e7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The library needs to be included first thing. -This code creates a camera, then creates a scene object, adds a bunch of random particles to the scene, creates a <canvas> renderer and adds its viewport in the document.body element. +This code creates a camera, then creates a scene object, adds a bunch of random particles in it, creates a <canvas> renderer and adds its viewport in the document.body element.