aboutsummaryrefslogtreecommitdiff
path: root/examples/example-repl-basic/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-repl-basic/page.toml')
-rw-r--r--examples/example-repl-basic/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-repl-basic/page.toml b/examples/example-repl-basic/page.toml
index 83d92c0..bfe5340 100644
--- a/examples/example-repl-basic/page.toml
+++ b/examples/example-repl-basic/page.toml
@@ -4,7 +4,7 @@ name = "REPL Basic"
icon = "🔁"
category = "repl"
desc = """
-Example REPL Basic
+Demonstrates how to build an interactive REPL shell with Mingling using `exec_repl()`, custom prompts, and built-in setups.
"""
tags = ["repl"]
files = ["src/main.rs", "Cargo.toml"]