From 1e5ea6810952475eefe24be31f6f30701735a0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C4=81rs=20Vilnis?= Date: Fri, 12 Jun 2015 18:09:28 +0300 Subject: [PATCH] Update Readme.md Installation and example changes to match npm package name. --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 0df2a39..d703004 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ ## Installation ``` -$ npm install backo +$ npm install backo2 ``` ## Options @@ -18,7 +18,7 @@ $ npm install backo ## Example ```js -var Backoff = require('backo'); +var Backoff = require('backo2'); var backoff = new Backoff({ min: 100, max: 20000 }); setTimeout(function(){