Skip to content

Commit 6879a4a

Browse files
authored
Update README.md
1 parent 413211a commit 6879a4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Program.cs
2727
```csharp
2828
using System.Reflection;
2929
using CSharpToJavaScript;
30-
namespace ProgramTest;
30+
namespace ConsoleAppTest;
3131

3232
public class Program
3333
{
@@ -46,13 +46,13 @@ public class Program
4646
};
4747

4848
CSTOJS cstojs = new(executingAssembly, opt);
49-
cstojs.Generate2Async("C:\\GitReps\\Program\\Program\\CSharp\\test.cs");
49+
cstojs.Generate2Async("C:\\GitReps\\ConsoleAppTest\\CSharp\\test.cs");
5050
}
5151
}
5252
```
5353
test.cs
5454
```csharp
55-
namespace ProgramTest;
55+
namespace ConsoleAppTest.CSharp;
5656

5757
public class Test
5858
{

0 commit comments

Comments
 (0)