From 891e92354079ec08af7becfba5e91fd5fc3eb6bd Mon Sep 17 00:00:00 2001 From: Jeff Hoover Date: Mon, 18 Apr 2022 13:48:06 -0400 Subject: [PATCH] remove gaming language from README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 091c59a..8fb0f98 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,9 @@ We have recently signed a supplier of conjured items. This requires an update to - "Conjured" items degrade in Quality twice as fast as normal items Feel free to make any changes to the UpdateQuality method and add any new code as long as everything -still works correctly. However, do not alter the Item class or Items property as those belong to the -goblin in the corner who will insta-rage and one-shot you as he doesn't believe in shared code -ownership (you can make the UpdateQuality method and Items property static if you like, we'll cover -for you). +still works correctly. However, do not alter the Item class or Items property as those belong to a +very possesive developer who doesn't believe in shared code ownership (you can make the UpdateQuality +method and Items property static if you like, we'll cover for you). This is a sample problem, but we want you to treat this like production code. We want to see how you work with production code as this is a core part of the work we do.