Skip to content

Commit b70b148

Browse files
authored
Update README.md
1 parent 573cad8 commit b70b148

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Brute forcing conversion(translation) from C# to Javascript.
44
This is a personal project with purpose to learn and understand better c# and js at the same time. Many stuff is not supported and some won't. Updates will be happening when I'm using this library.(irregular)
55

66
[Nuget package](https://www.nuget.org/packages/CSharpToJavaScript/)
7+
[Try it online!](https://tilied.github.io/CSTOJS_Pages/BWA/)
78

89
### C#
910
```csharp
@@ -59,8 +60,6 @@ public class Program
5960
```
6061
CSharp/Test.cs
6162
```csharp
62-
using CSharpToJavaScript.APIs.JS;
63-
6463
using static CSharpToJavaScript.APIs.JS.GlobalObject;
6564

6665
namespace ConsoleAppTest.CSharp;
@@ -83,12 +82,12 @@ class Test
8382
}
8483
}
8584
```
86-
More examples [here](https://tilied.github.io/CSharpToJavaScript/articles/intro.html). WIP!
85+
More examples [here](https://tilied.github.io/CSTOJS_Pages/articles/intro.html). WIP!
8786

8887
## Some Todos
8988
- [x] ~More comments in code, especially in [CSTOJSOptions](https://github.com/TiLied/CSharpToJavaScript/blob/master/CSharpToJavaScript/CSTOJSOptions.cs)~
9089
- [ ] Wiki?????
91-
- [x] ~Better and more examples~ [Here](https://tilied.github.io/CSharpToJavaScript/articles/intro.html). WIP!
90+
- [x] ~Better and more examples~ [Here](https://tilied.github.io/CSTOJS_Pages/articles/intro.html). WIP!
9291
- [x] ~Figure out how to do docs for [api](https://github.com/TiLied/CSharpToJavaScript/tree/master/CSharpToJavaScript/APIs/JS)~ [Docs](https://tilied.github.io/CSharpToJavaScript/) WIP!
9392
- [ ] [CLI](https://learn.microsoft.com/en-us/dotnet/standard/commandline/)?
9493
- [ ] [Visual Studio extension](https://learn.microsoft.com/en-us/visualstudio/extensibility/starting-to-develop-visual-studio-extensions?view=vs-2022)?

0 commit comments

Comments
 (0)