From ecfc57edd14eb8f2c275de5ea522b0a7aadad960 Mon Sep 17 00:00:00 2001 From: AJ Hoffer Date: Fri, 21 Feb 2020 17:04:18 -0500 Subject: [PATCH] update readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 23147bb..ddb2991 100644 --- a/readme.md +++ b/readme.md @@ -62,8 +62,8 @@ If you want to change the underlying source text, go right ahead! ```csharp public void SomeStartupMethod() { - LoremNET.Source.Update("Alright stop collaborate and listen ice is back with my brand new invention something grabs a hold of me tightly flow like a harpoon daily and nightly will it ever stop yo I don't know turn off the lights and I'll glow"); + LoremNET.Source.Update("Alright stop collaborate and listen ice is back with my brand new invention something grabs a hold of me tightly flow like a harpoon daily and nightly will it ever stop yo I don't know turn off the lights and I'll glow"); - ... + ... } ```