diff --git a/challenges/2022/README.md b/challenges/2022/README.md index c62b77a..4d02164 100644 --- a/challenges/2022/README.md +++ b/challenges/2022/README.md @@ -11,7 +11,7 @@ Solutions to the [2022 Advent of Code](https://adventofcode.com/2022). | Day | Status | Solutions | Notes | | ----------------------------------- | ------------------ | ---------- | ------ | | 01 - Calorie Counting | ★ ★ | [Python](01-calorieCounting/py), [Nim](01-calorieCounting/nim), [Java](01-calorieCounting/java/src) | Summing numbers | -| 02 - Rock Paper Scissors | ★ ★ | [Python](02-rockPaperScissors/py), [Nim](03-rockPaperScissors/nim) | Programmatically playing Rock Paper Scissors | +| 02 - Rock Paper Scissors | ★ ★ | [Python](02-rockPaperScissors/py), [Nim](02-rockPaperScissors/nim) | Programmatically playing Rock Paper Scissors | | 03 - Rucksack Reorganization | ★ ★ | [Python](03-rucksackReorganization/py), [Nim](03-rucksackReorganization/nim) | Sets and intersections |