From 4aeebeefd14184a90fae73d8cdc79e4d1fc7b395 Mon Sep 17 00:00:00 2001 From: Laura Sach Date: Fri, 10 Jan 2025 10:02:13 +0000 Subject: [PATCH] Fix broken image (#516) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87a6c94..11f14c3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It is designed to allow new learners to quickly and easily create GUIs for their programs. -![Have a go with guizero and see what you can create](docs-src/docs/images/have-a-go.png) +![Have a go with guizero and see what you can create](docs/images/have-a-go.png) ```python from guizero import App, Text, PushButton