diff options
Diffstat (limited to 'examples/full-todolist')
| -rw-r--r-- | examples/full-todolist/page.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/full-todolist/page.toml b/examples/full-todolist/page.toml index 9bdc7f1..002fbef 100644 --- a/examples/full-todolist/page.toml +++ b/examples/full-todolist/page.toml @@ -6,5 +6,5 @@ category = "full" desc = """ This is a complete example project that demonstrates how to develop a todo list application using Mingling """ -tags = ["todolist", "CRUD"] +tags = ["todolist", "CRUD", "cliché example"] files = ["src/main.rs", "src/todolist.rs", "src/help.rs", "Cargo.toml"] |
