Browse Source

Added link to contributors on README.

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

+ 2 - 1
README.md

@@ -5,10 +5,11 @@ three.js
 
 The aim of this project is to create a lightweight 3D engine with a very low level of abstraction — in other words, for dummies. The engine can render using <canvas>, <svg> and WebGL.
 
-[API Reference](https://github.com/mrdoob/three.js/wiki/API-Reference) — be aware that the API may change from revision to revision breaking backwards compatibility.
+[Contributors](https://github.com/mrdoob/three.js/contributors) — [API Reference](https://github.com/mrdoob/three.js/wiki/API-Reference)
 
 More? [#three.js on irc.freenode.net](http://webchat.freenode.net/?channels=three.js)
 
+
 ### Examples ###