From 29fafa235ea8eae8da6591a2485622c598137839 Mon Sep 17 00:00:00 2001 From: Lior Kesos Date: Wed, 26 Jun 2013 23:43:11 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5991ef9bf..47415a6cad 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ 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) + + ## 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.