From 4253196cdfdc856bdf195050c95add9d346cf0c7 Mon Sep 17 00:00:00 2001 From: Jakob Heuser Date: Tue, 26 Apr 2011 16:33:43 -0700 Subject: [PATCH] updated readme one last time --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce624c0..d9f1366 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ "Wow, let's do that again!" - Donkey from Shrek -What you're holding is a slick way to do prototypical classes in JavaScript. Sslac supports the usual class related functionality, plus a few extras. A lot of the code has been inspired by the libraries that came before it, in hopes it might inspire the libraries that come after it. +What you're holding is a slick way to do prototypical classes in JavaScript. Sslac supports the usual class related functionality, plus a few extras. A lot of the code has been inspired by the libraries that came before it, in hopes it might inspire the libraries that come after it. With boldly sidestepping the pros/cons of this kind of object model, if this is what you're looking for, here it is. It's certainly easier than monkeying with object prototypes directly. Sslac is MIT Licensed -Sections of the code contain the following licenses: BSD What you're getting: @@ -107,4 +106,7 @@ You'll then run: * **artifacts/** (built using make) contains minified versions of the code all shiny and compiled * **config/** contains configs used in building such as the smoosh manifest * **src/** contains the Sslac source -* **tests/** contains the Sslac source \ No newline at end of file +* **tests/** contains the Sslac source + +# Additional Licenses +Sections of this code may include licenses that go beyond the MIT license. Those licenses may be found in the src/licenses directory.