Browse Source

Added link to (WIP) API Reference.

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

+ 4 - 2
README.md

@@ -3,9 +3,11 @@ three.js
 
 #### Javascript 3D Engine ####
 
-The aim of this project is to create a lightweight 3D engine with a very low level of abstraction (aka for dummies). Currently the examples are the documentation. Be aware that the API may change from revision to revision breaking backwards compatibility.
+The aim of this project is to create a lightweight 3D engine with a very low level of abstraction (for dummies). The engine can render using <canvas>, <svg> and WebGL.
 
-The engine can render using <canvas>, <svg> and WebGL.
+([API Reference](https://github.com/mrdoob/three.js/wiki/API-Reference-(r33)))
+
+Be aware that the API may change from revision to revision breaking backwards compatibility.
 
 More? [#three.js on irc.freenode.net](http://webchat.freenode.net/?channels=three.js)