Skip to content

Commit 3e52f0e

Browse files
committed
Remove redundant comment from README
1 parent 2a6c016 commit 3e52f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ You must set the prop `scrollPosition` to the lazy load components. This way, th
186186
| afterLoad | `Function` | | Function called after the image has been rendered. |
187187
| beforeLoad | `Function` | | Function called right before the image is rendered. |
188188
| placeholder | `ReactClass` | `<span>` | React element to use as a placeholder. |
189-
| threshold | `Number` | 100 | Threshold in pixels. So the image starts loading before it appears in the viewport. _Defaults to 100._ |
189+
| threshold | `Number` | 100 | Threshold in pixels. So the image starts loading before it appears in the viewport. |
190190
| visibleByDefault | `Boolean` | false | Whether the image must be visible from the beginning. |
191191
| ... | | | Any other image attribute |
192192

0 commit comments

Comments
 (0)