From 560ec4e948e8b5389f378bbf28deb88fe1d8d750 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 4 Apr 2026 08:29:25 -0700 Subject: [PATCH] Fix OGL link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af46f05..7740bea 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Alternatively, a [Docker image that bundles the runtime with this frontend](http ## Tech Stack - [Svelte 5](https://svelte.dev/) - UI framework -- [OGL](https://ogl.dev/) - 3D rendering for save editor previews +- [OGL](https://github.com/oframe/ogl) - 3D rendering for save editor previews - [Vite](https://vitejs.dev/) - Build tool and dev server - [Workbox](https://developer.chrome.com/docs/workbox/) - Service worker and offline support - [Hono](https://hono.dev/) - Backend API framework (Cloudflare Workers)