We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e298824 commit 209e22cCopy full SHA for 209e22c
README.md
@@ -37,7 +37,7 @@ class Test
37
```csharp
38
Assembly assembly = Assembly.GetExecutingAssembly();
39
CSTOJS cstojs = new(assembly);
40
-cstojs.Generate2Async("FULL PATH TO CSHARP FILE YOU WHAT TO CONVERT");
+await cstojs.Generate2Async("FULL PATH TO CSHARP FILE YOU WHAT TO CONVERT");
41
```
42
- 5 Run program and file will be generated in output path(default is "Directory.GetCurrentDirectory()") with name "main.js"(default)
43
- 6 See below for simple example "HelloWorld"
0 commit comments