diff --git a/README.md b/README.md
index 3a2cd37..8175e39 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Advent of Code 🎄
-Jump to: [2020](challenges/2020) - [2021](challenges/2021) - [2022](challenges/2022)
+Jump to: [2020](challenges/2020) - [2021](challenges/2021) - [2022](challenges/2022) - [2023](challenges/2023)
Solutions to [Advent of Code](https://adventofcode.com) challenges.
@@ -12,8 +12,7 @@ Puzzle inputs and descriptions are not included in this repository. You'll have
The method of running solutions varies by year.
-### All years other than 2020
-
+**2021 and 2022**
Solutions to other years' solutions are run via the runner program contained in [`./runtime`](./runtime).
To run a solution, run `go run github.com/codemicro/adventOfCode/runtime` and follow the on-screen prompts. Configurisation options can be seen by running with the `--help` flag.
@@ -21,9 +20,9 @@ To run a solution, run `go run github.com/codemicro/adventOfCode/runtime` and fo
A benchmark graph can be generated using [`generate-benchmark-graph.py`](./generate-benchmark-graph.py) as follows: `python3 generate-benchmark-graph.py
-### 2020
-
+**2020**
In 2020, all solutions are in Python and/or Go.
1. `cd` to the challenge directory
@@ -32,4 +31,5 @@ In 2020, all solutions are in Python and/or Go.
* For Python, run `python3 ./py`
* For Go, run `go run ./go`
-Dependencies for 2020 challenges are not neatly defined anywhere, so determing and installing the correct ones is an exercise for the reader.
\ No newline at end of file
+Dependencies for 2020 challenges are not neatly defined anywhere, so determing and installing the correct ones is an exercise for the reader.
+
\ No newline at end of file