From 278acb04b40beb21587554fae6451c59e0e0fb9c Mon Sep 17 00:00:00 2001 From: Katie Ravenwood <17629242+katieravenwood@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:24:01 -0500 Subject: [PATCH] Fix typos in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40f759d..f95f245 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This script allows the assignment of Gifts to Party Guests, and features a sligh - **Code: Single File App in HTML**: [white-elephant-gif-picker-with-theft-limit.html](https://github.com/katieravenwood/random-choice-picker-app/blob/22206231d31b47bdd95a69cbcce1d0f36962ab8e/white-elephant-gift-picker-with-theft-limit.html) - **Browser View**: [White Elephant Gift Picker WIth Theft Limit](https://htmlpreview.github.io/?https://github.com/katieravenwood/random-choice-picker-app/blob/main/white-elephant-gift-picker-with-theft-limit.html) -This script allows the assignment of Gifts to Party Guests like the version above, abut limits gift stealing on a per-gift basis to three thefts: +This script allows the assignment of Gifts to Party Guests like the version above, but limits gift stealing on a per-gift basis to three thefts: - The first Party Guest chosen automatically is paired with a gift. - For each subsequent choice, the user is asked whether to Steal a gift from another user or select a new gift before the new assignment is made. - Gifts may only be stolen and reassigned three times maximum, and a Steal Count is listed next to the Gift in the list.*