From dd26cbcee90beb9219c1a3e9858fcd800cb1f34e Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 9 Mar 2011 13:02:59 -0500 Subject: [PATCH] Updated README to reflect manual for current support --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e622e7e..2fe7d15 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,14 @@ traits/mixins. Current support includes: -* Easy class creation +* Simple and intuitive class definitions * Classical inheritance * Abstract classes and methods * Interfaces -* Visibility support (public, protected and private members) +* Visibility (public, protected and private members) + +While the current focus of the project is Object-Oriented design, it is likely +that ease.js will expand to other paradigms in the future. **This project is still under development.**