diff --git a/README.md b/README.md
index b0f7e163..25cf7165 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,23 @@
-# RustWeek 2025 Website
+# RustWeek 2026 Website
The website is built with [Astro](https://astro.build/).
In Astro, you can author content in [GitHub Flavored Markdown](https://github.github.com/gfm/).
-## Setup project
+## Setup project
-```
+```bash
yarn install
```
## Run in development
-```
+```bash
yarn run dev
```
To check the build succeeds:
-```
+```bash
yarn run build
-```
\ No newline at end of file
+```
diff --git a/src/components/schedule/RustProjectSchedule.astro b/src/components/schedule/RustProjectSchedule.astro
index dcb9bbaf..a5a86315 100644
--- a/src/components/schedule/RustProjectSchedule.astro
+++ b/src/components/schedule/RustProjectSchedule.astro
@@ -25,7 +25,7 @@ import BottomNote from "./BottomNote.astro";
—
Explore Utrecht, hang out with friends, or join one of the social activities with other Rustaceans.
- These are the livestreams of the talks of Rust Week 2025 for {day == "tuesday"? "Tuesday 13 May" : "Wednesday 14 May"}. There are two main conference days with talks. + These are the livestreams of the talks of Rust Week 2026 for {day == "tuesday"? "Tuesday 19 May" : "Wednesday 20 May"}. There are two main conference days with talks.