From 3a42b7c96e49a2a8e2db97bb65be486af6a20e00 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Fri, 1 May 2015 12:07:04 -0500 Subject: [PATCH] documentation update (needs more work) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce84910..f31338f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -jx +Simple Javascript eXtension Framework == -Javascript-X framework is a framework is that implements DOM handling, implements various utility functions as well as design patterns and extends some math functionalities. It is very compatible with other frameworks +The simple Javascript eXtension framework (jx in short) implements wrappers around common tasks performed on DOM object, JSON object and implements various utilities like design patterns for easy handling of collections as well as mathematic functions and some basic machine learning techniques and models. Jx doesn't get in the way of other frameworks like jQuery; Dojo; Mootools; Backbone; Boostrap. We put in a conerted effort to keep it simple. dom.js: Handles common tasks around a dom object with a simple interface