From ce401ac5a53b204ef2b046a541e64d1b6772cf0e Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 16 Mar 2013 13:37:22 -0700 Subject: [PATCH] fix link to code --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a40d18d..f207ed2 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ 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. Here is some example code illustrating the use of this system in Node: