+ {index}: {item.number} - {item.name}
+
+```
+
## Configuring webpack
diff --git a/VirtualList.svelte b/VirtualList.svelte
index adbc2f2..f488cd0 100644
--- a/VirtualList.svelte
+++ b/VirtualList.svelte
@@ -161,7 +161,7 @@
>
{#each visible as row (row.index)}