Skip to content

Commit 09ce699

Browse files
authored
Update README.md
1 parent b2fe448 commit 09ce699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Test
3838
CSTOJS cstojs = new();
3939
await cstojs.GenerateOneAsync("FULL PATH TO CSHARP FILE YOU WHAT TO CONVERT");
4040
```
41-
- 5 Run program and file will be generated in output path(default is "Directory.GetCurrentDirectory()") with name "main.js"(default)
41+
- 5 Run program and file will be generated in output path(default is "Directory.GetCurrentDirectory()") with name "|FILE NAME|.js"(default)
4242
- 6 See below for simple example "HelloWorld"
4343

4444
## Example "HelloWorld"
@@ -71,7 +71,7 @@ public class Test
7171
}
7272
}
7373
```
74-
Above code will generate "main.js" file that contains:
74+
Above code will generate "Test.js" file that contains:
7575
```javascript
7676
class Test
7777
{

0 commit comments

Comments
 (0)