From 1306893a10538c4dd8829280c0a4216b7ecf7dfe Mon Sep 17 00:00:00 2001 From: Dustin Diaz Date: Sun, 23 Mar 2014 15:17:20 -0700 Subject: [PATCH] show installation instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 27f979b..722ec86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ ## Express rate-limiter Rate limiting middleware for Express applications built on redis +``` sh +npm install express-limiter --save +``` + ``` js var express = require('express') var app = express()