From 2f5853eef73755a12dff57013aca9a15119b9855 Mon Sep 17 00:00:00 2001 From: ShatteredMINT Date: Thu, 3 Sep 2026 20:35:41 +0200 Subject: [PATCH] fix path to stdlib.asm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a3d693..b973fa2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a standard library for symphony. It is both intended as a practical toolkit to develop more complex software as well as a teaching resource. -If you just want to use the standard library [[stdlib.asm]] is your main header, include it after your code. +If you just want to use the standard library [[src/stdlib.asm]] is your main header, include it after your code. If you are using it as a learning resource have a look at the [teaching folder](teaching).