From 45f1bd1c5de42841aee47d64ec003bb1f41a4360 Mon Sep 17 00:00:00 2001 From: Kan18 <24967425+Kan18@users.noreply.github.com> Date: Fri, 24 Jul 2020 20:36:57 -0400 Subject: [PATCH] Put pastebin link in the right case (Fixes #40) (#41) Pastebin recently removed support for case-insensitive links with no warning. This puts the original casing of the paste ID in README.md, instead of all-lowercase. Some other things might also need to be changed! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 606978a..5e9f684 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ ## Install ``` -pastebin run uzghlbnc +pastebin run UzGHLbNC ```