Browse Source

fix documentation error

pull/39/head
RaphaelEidus 11 years ago
parent
commit
9d09d54b3d
  1. 2
      README.md

2
README.md

@ -18,6 +18,8 @@ Using Echo.js is simple, just add the image you wish to load to a `data-echo` a
Echo.init({ Echo.init({
offset: 100, offset: 100,
throttle: 250, throttle: 250,
unload: false,
placeholder: 'img/blank.gif'
}); });
// Echo.render(); is also available for non-scroll callbacks // Echo.render(); is also available for non-scroll callbacks

Loading…
Cancel
Save