Skip to content

Commit b2513b0

Browse files
authored
Update README.md
1 parent fad7b03 commit b2513b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a personal project with the goal of learning and understanding c# and js
44

55
[Nuget package](https://www.nuget.org/packages/CSharpToJavaScript/) | [Website](https://tilied.github.io/CSTOJS_Pages/) | [Try it online!](https://tilied.github.io/CSTOJS_Pages/BWA/) | [CLI](https://github.com/TiLied/CSTOJS_CLI) | [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=tilied.cstojs-vscode-ext) | [VS Extension](https://marketplace.visualstudio.com/items?itemName=tilied.cstojs-vs-ext)
66

7-
### C#
7+
### C# input
88
```csharp
99
namespace ConsoleAppTest.CSharp;
1010

@@ -16,7 +16,7 @@ public class Test
1616
}
1717
}
1818
```
19-
### Javascript
19+
### Javascript output
2020
```javascript
2121
class Test
2222
{
@@ -59,8 +59,8 @@ public class Program
5959
CSharp/Test.cs
6060
```csharp
6161
using static CSharpToJavaScript.APIs.JS.GlobalObject;
62-
6362
namespace ConsoleAppTest.CSharp;
63+
6464
public class Test
6565
{
6666
public Test()

0 commit comments

Comments
 (0)