From b298293628901faa7b875b86493a8ca263b118b5 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Tue, 9 Jul 2013 20:51:38 +0300 Subject: [PATCH] Readme Changes --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 480079e6..d6a22bec 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ We mainly try to take care of the connection points between existing popular fra * Node.js - Download and Install [Node.js](http://www.nodejs.org/). * MongoDB - Download and Install [MongoDB](http://www.mongodb.org/) - Make sure it's running on the default port(27017). -## MEAN Modules -* Mean presents a growing eco-system of MEAN based modules in the npm repository, To write (and contribute) your own MEAN based module checkout [mean-logger](https://npmjs.org/package/mean-logger) for examples. - - ## Additional Packages * Express - Defined as npm module in the [package.json](package.json) file. * Mongoose - Defined as npm module in the [package.json](package.json) file. @@ -53,8 +49,9 @@ See the [config](config/) folder and especially the [config.js](config/config.js * [AngularJs Routes](public/js/config.js) - Where we define our CRUD routes. -## The Future - We are currently working on a extendable module system to make it more like a framework with support for modern web development requirements. + +## MEAN Modules + Mean presents a growing eco-system of MEAN based modules in the npm repository, To write (and contribute) your own MEAN based module checkout [mean-logger](https://npmjs.org/package/mean-logger) for examples. ## More Information