diff --git a/src/index.md b/src/index.md
index b5858b0..e90269e 100644
--- a/src/index.md
+++ b/src/index.md
@@ -191,7 +191,7 @@ Inputs.table(storage_providers, {
rows: 20,
select: false,
format: {
- provider_id: id => htl.html`${id}`
+ provider_id: id => htl.html`${id}`
}
})
```