Browse Source

remove placeholder from README.md

pull/39/head
RaphaelEidus 11 years ago
parent
commit
5bd0b33669
  1. 3
      README.md

3
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

Loading…
Cancel
Save