From 7730b95fe1acd91f2fcb64f0306ea50da36ac3a5 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 5 Jan 2025 13:11:38 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a95219..5089c47 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ use Life::Interests::Gaming::Simulation::{Factorio, RimWorld}; impl Human { fn me(username: &str) -> Human { let middle_name = vec![env::var("MIDDLE_NAME").unwrap_or_default().as_str(), "C", ""].choose(&mut rand::thread_rng()).unwrap_or(&""); - let name = format!("Ryan {} W.", middle_name, last_name); + let name = format!("Ryan {} W.", middle_name); let endpoints = std::collections::HashMap::from([ ("discord", ".xevion"),