From 1b7629a89af5aea188074900a6de5e2d57c3b99b Mon Sep 17 00:00:00 2001 From: Bryan Tong Date: Thu, 19 Dec 2013 18:48:35 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 252a7d3..a0ae327 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ mongoose-list [![Build Status](https://travis-ci.org/snailjs/mongoose-list.png?b List plugin for mongoose that allows pagination, filtering, sorting. +## Installation + +``` +$ npm install mongoose-list +``` + ## Usage **model.js**