From 3a8dcd28999977ceaa3e6de7c5c29cc1199f7fbb Mon Sep 17 00:00:00 2001 From: Mirza Kapetanovic Date: Sun, 2 Nov 2014 10:50:50 +0100 Subject: [PATCH] Added supported express versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b3a2bf..d8a8d16 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Express middleware for performing internal batch GET requests. It allows the cli npm install multifetch -Developed and tested with `node 0.10`. +Developed and tested with `node 0.10`. Versions above `1.0.0` of this module are tested with `express 4`, while previous versions used `express 3`. Usage -----