aboutsummaryrefslogtreecommitdiff
path: root/examples/example-basic/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-basic/page.toml')
-rw-r--r--examples/example-basic/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-basic/page.toml b/examples/example-basic/page.toml
index a9e1a15..0aa6e68 100644
--- a/examples/example-basic/page.toml
+++ b/examples/example-basic/page.toml
@@ -4,7 +4,7 @@ name = "Basic"
icon = "🚀"
category = "core"
desc = """
-Example The Basic Usage of Mingling
+Demonstrates the basic usage of Mingling with a simple `greet` subcommand that takes a name and prints a greeting.
"""
tags = ["dispatcher!", "#[chain]", "#[renderer]"]
files = ["src/main.rs", "Cargo.toml"]