Updated readme

This commit is contained in:
2025-07-23 01:21:16 -04:00
parent 6800d0d7a9
commit c881259f55
2 changed files with 3 additions and 80 deletions

View File

@@ -39,9 +39,9 @@ Install-Package IronJava
## Quick Start
```csharp
using IronJava.Core;
using IronJava.Core.AST.Nodes;
using IronJava.Core.AST.Query;
using MarketAlly.IronJava.Core;
using MarketAlly.IronJava.Core.AST.Nodes;
using MarketAlly.IronJava.Core.AST.Query;
// Parse Java source code
var parser = new JavaParser();