diff --git a/readme.md b/readme.md index c17dbff..9b463b9 100644 --- a/readme.md +++ b/readme.md @@ -95,5 +95,6 @@ customElements.define("movie-list", MovieList); In this example: -tableConfig defines the columns with optional formatter and render functions. -data contains the rows of the table. +- **tableConfig** defines the columns with optional **formatter** and **render** functions. + +- **data** contains the rows of the table.