fix typo in readme, and also typo in last commit message 'to rot' lol
This commit is contained in:
parent
d3b4ac2da9
commit
2747c17c25
|
|
@ -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:
|
Here's a quick example of how you would implement virtually any library:
|
||||||
```cs
|
```cs
|
||||||
using Qrakhen.Qamp.Core;
|
using Qrakhen.Qamp.Core;
|
||||||
using System.Linq;
|
using System.Math;
|
||||||
|
|
||||||
Value Sqrt(Value number)
|
Value Sqrt(Value number)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue