aboutsummaryrefslogtreecommitdiff
path: root/src/modules/search.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/search.rs')
-rw-r--r--src/modules/search.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/search.rs b/src/modules/search.rs
index 15d0061..61207d0 100644
--- a/src/modules/search.rs
+++ b/src/modules/search.rs
@@ -58,7 +58,7 @@ pub(super) fn module(router: &mut windmark::Router) {
"A search engine for this Gemini capsule",
Box::new(|context| {
let mut response = String::from(
- "# SEARCH\n\n=> /search?action=go Search!\n=> /random I'm Feeling \
+ "# Search\n\n=> /search?action=go Search!\n=> /random I'm Feeling \
Lucky",
);