From 5bd0b33669ee0cb74c15f0c1220d82dd22d6dca6 Mon Sep 17 00:00:00 2001 From: RaphaelEidus Date: Wed, 26 Mar 2014 13:09:44 -0400 Subject: [PATCH] remove placeholder from README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 67d5edd..507440b 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ Using Echo.js is simple, just add the image you wish to load to a `data-echo` a Echo.init({ offset: 100, throttle: 250, - unload: false, - placeholder: 'img/blank.gif' + unload: false }); // Echo.render(); is also available for non-scroll callbacks