fix link to code

This commit is contained in:
Sami Samhuri 2013-03-16 13:37:22 -07:00
parent 0a98de7da8
commit ce401ac5a5

View file

@ -3,7 +3,7 @@
A simple yet reasonable and useful inheritance system for JavaScript. A simple yet reasonable and useful inheritance system for JavaScript.
The [implementation](/index.js) is just a few dozen lines of code and it is The [implementation](/base.js) is just a few dozen lines of code and it is
well commented. Refer to the code for documentation. well commented. Refer to the code for documentation.
Here is some example code illustrating the use of this system in Node: Here is some example code illustrating the use of this system in Node: