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 b2fe448 commit 09ce699Copy full SHA for 09ce699
README.md
@@ -38,7 +38,7 @@ class Test
38
CSTOJS cstojs = new();
39
await cstojs.GenerateOneAsync("FULL PATH TO CSHARP FILE YOU WHAT TO CONVERT");
40
```
41
-- 5 Run program and file will be generated in output path(default is "Directory.GetCurrentDirectory()") with name "main.js"(default)
+- 5 Run program and file will be generated in output path(default is "Directory.GetCurrentDirectory()") with name "|FILE NAME|.js"(default)
42
- 6 See below for simple example "HelloWorld"
43
44
## Example "HelloWorld"
@@ -71,7 +71,7 @@ public class Test
71
}
72
73
74
-Above code will generate "main.js" file that contains:
+Above code will generate "Test.js" file that contains:
75
```javascript
76
class Test
77
{
0 commit comments