From 392fd725e1673f611ab281d7327b5e6c699686f6 Mon Sep 17 00:00:00 2001 From: Jordan Santell Date: Sun, 10 Jun 2012 15:18:15 -0400 Subject: [PATCH] Install with npm --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7ac27ca..9e483a8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ swag-mvc connecting your models and routes in node.js +### Installing + +* `npm install swag-mvc` + ### Creating * `var mvc = require('mvc')( app )` Pass in `express.createServer()`