From 2747c17c25921d2080846c38e46681f88019481b Mon Sep 17 00:00:00 2001 From: Qrakhen Date: Fri, 7 Nov 2025 17:29:42 +0100 Subject: [PATCH] fix typo in readme, and also typo in last commit message 'to rot' lol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7506fc0..5a62815 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ which should be located within your `./Build/` folder after building as describe Here's a quick example of how you would implement virtually any library: ```cs using Qrakhen.Qamp.Core; -using System.Linq; +using System.Math; Value Sqrt(Value number) {