diff --git a/three.js/README.md b/three.js/README.md index b5ebda3534363c00b6ea43aeed9f356b1d9f570a..1b09bff4cd759420c58d4ff23e8aa70bed1d8c5d 100644 --- a/three.js/README.md +++ b/three.js/README.md @@ -7,7 +7,7 @@ It is the main part of my [AR.js effort](http://github.com/jeromeetienne/AR.js) threex.artoolkit is composed of 3 classes -- ```THREEx.ArToolkitSource``` : It is the image which gonna analized to do the position tracking. +- ```THREEx.ArToolkitSource``` : It is the image which is analyzed to do the position tracking. It can be the webcam, a video or even an image - ```THREEx.ArToolkitContext```: It is the main engine. It will actually find the marker position in the image source.