diff --git a/README.md b/README.md
index 8f9431e..5677e00 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 [![Codacy Badge](https://app.codacy.com/project/badge/Grade/894bfa4353e349ac96e626b1b95b76b0)](https://app.codacy.com/gh/Flashky/advent-of-code-2023/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
 [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/894bfa4353e349ac96e626b1b95b76b0)](https://app.codacy.com/gh/Flashky/advent-of-code-2023/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
 
-- [Day 1](https://github.com/Flashky/advent-of-code-2023/tree/master/src/main/java/com/adventofcode/flashk/day01)
+- [Day 1 - Trebuchet?!](https://github.com/Flashky/advent-of-code-2023/tree/master/src/main/java/com/adventofcode/flashk/day01)
 - [Day 2](https://github.com/Flashky/advent-of-code-2023/tree/master/src/main/java/com/adventofcode/flashk/day02)
 - [Day 3](https://github.com/Flashky/advent-of-code-2023/tree/master/src/main/java/com/adventofcode/flashk/day03)
 - [Day 4](https://github.com/Flashky/advent-of-code-2023/tree/master/src/main/java/com/adventofcode/flashk/day04)