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) {