diff --git a/examples/todo application/README.md b/examples/todo application/README.md index 5a78b029..b9c4c2ee 100644 --- a/examples/todo application/README.md +++ b/examples/todo application/README.md @@ -8,8 +8,6 @@ It is meant as an illustrative example of how to use SQLPage to create a simple ## Structure -![diagram explaining the structure of the application](./explanation_diagram.svg) - ### [`index.sql`](./index.sql) This is the main file of the application. @@ -35,6 +33,8 @@ It uses: the form was submitted, not when the page is initially loaded by the user in their browser. +![diagram explaining the structure of the application](./explanation_diagram.svg) + ### [`delete.sql`](./delete.sql) This file is used to delete a todo item. @@ -102,4 +102,4 @@ of the common features of SQLPage. ### Functions - - [sqlpage.run_sql](https://sql.ophir.dev/functions.sql?function=run_sql#function) \ No newline at end of file + - [sqlpage.run_sql](https://sql.ophir.dev/functions.sql?function=run_sql#function)