Fix mistakes in docs

This commit is contained in:
Stone_Red
2026-03-06 01:16:08 +01:00
parent 707b938cec
commit bcca13f06c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# YesNt Library API
The `YesNt.Interpreter` project is a .NET 8 class library. You can reference it from any C# project
The `YesNt.Interpreter` project is a .NET 10 class library. You can reference it from any C# project
to embed the YesNt interpreter and run scripts programmatically.
---