From a7731b276214ce654360f0eb1ded79b20ee7c9f7 Mon Sep 17 00:00:00 2001 From: David Ali Date: Fri, 9 Jan 2026 13:55:52 +0100 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5757f7a..8ce4737 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A small modern OpenGL (4.5 core) playground written in C++20. Focus: a simple, hackable renderer with hot-reloadable shaders, an orbit camera, and utilities for building meshes (quad/cube/ico and a pluggable terrain mesher). -https://git.alidavid.hu/gren +https://git.alidavid.hu/david/gren ---