diff --git a/README.md b/README.md index 0c1e0014..666f1b26 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ def users_table() -> list[AnyComponent]: c.Page( # Page provides a basic container for components components=[ c.Heading(text='Users', level=2), # renders `

Users

` - c.Table[User]( # c.Table is a generic component parameterized with the model used for rows + c.Table( data=users, # define two columns for the table columns=[