Skip to content

Commit 00f6809

Browse files
author
Claudéric Demers
authored
Update README.md
1 parent c5fba73 commit 00f6809

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
@@ -38,7 +38,7 @@ You can also use a global-friendly UMD build:
3838
```html
3939
<script src="react-tiny-virtual-list/umd/react-tiny-virtual-list.js"></script>
4040
<script>
41-
var VirtualList = window.VirtualList.default;
41+
var VirtualList = window.VirtualList;
4242
...
4343
</script>
4444
```

0 commit comments

Comments
 (0)