Skip to content

Commit 1dae650

Browse files
authored
Update README.md
1 parent 5b0bed9 commit 1dae650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/custom form component/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This example shows how to create a simple custom component in handlebars, and call it from SQL.
44

55
It uses MySQL, but it should be easy to adapt to other databases.
6-
The only MySQL-specific features used here are
7-
- `json_table`, which is supported by MariaDB and MySQL 8.0 and later.
6+
The only MySQL-specific features used here are:
7+
- `json_table`, which is supported by MariaDB and MySQL 8.0 and later,
88
- MySQL's `json_merge` function.
99

1010
Both [have analogs in other databases](https://sql.datapage.app/blog.sql?post=JSON%20in%20SQL%3A%20A%20Comprehensive%20Guide).
@@ -16,4 +16,4 @@ Both [have analogs in other databases](https://sql.datapage.app/blog.sql?post=JS
1616

1717
- How to create a custom component in handlebars, with dynamic behavior implemented in JavaScript
1818
- How to manage multiple-option select boxes, with pre-selected items, and multiple choices
19-
- Including a common menu between different pages using a `shell.sql` file, the dynamic component, and the `sqlpage.run_sql` function.
19+
- Including a common menu between different pages using a `shell.sql` file, the dynamic component, and the `sqlpage.run_sql` function.

0 commit comments

Comments
 (0)