From 63264c29d2c6faaa9990d1555975c95cce28d65c Mon Sep 17 00:00:00 2001 From: Katie Ravenwood <17629242+katieravenwood@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:20:26 -0500 Subject: [PATCH] Correct typos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f80388f..d61823e 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ This script is the basis for the white elephant-style picker below, but contains ## White Elephant Style Gift Picker -**Code: Single File App in HTML**: [white-elephant-gift-picker.html](https://github.com/katieravenwood/random-choice-picker-app/blob/22206231d31b47bdd95a69cbcce1d0f36962ab8e/white-elephant-gift-picker.html) -**Browser View**: [Random Choice Picker with User-Choice Pairing](https://htmlpreview.github.io/?https://github.com/katieravenwood/random-choice-picker-app/blob/main/white-elephant-gift-picker.html) +- **Code: Single File App in HTML**: [white-elephant-gift-picker.html](https://github.com/katieravenwood/random-choice-picker-app/blob/22206231d31b47bdd95a69cbcce1d0f36962ab8e/white-elephant-gift-picker.html) +- **Browser View**: [Random Choice Picker with User-Choice Pairing](https://htmlpreview.github.io/?https://github.com/katieravenwood/random-choice-picker-app/blob/main/white-elephant-gift-picker.html) This script allows the assignment of Gifts to Party Guests, and features a slightly different workflow than the above pickers: - The first Party Guest chosen automatically is paired with a gift. @@ -66,7 +66,7 @@ This script allows the assignment of Gifts to Party Guests, and features a sligh ## White Elephant Style Gift Picker with Theft Limit - **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-gif-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: - The first Party Guest chosen automatically is paired with a gift.