diff --git a/src/margdarshak/model.rs b/src/margdarshak/model.rs index 53684ca..0208f64 100644 --- a/src/margdarshak/model.rs +++ b/src/margdarshak/model.rs @@ -18,7 +18,7 @@ pub struct Question<'a> { impl<'a> Question<'a> { pub fn process(qry: &str, md: &str) -> String { - let qry = format!("{} on the text above", qry); + let qry = format!("{} on the text/webpage above", qry); let qry = BASE.replace("{{question}}", &qry); let qry = qry.replace("{{input}}", md); qry