From ccf50e0c2d240a1d7d96619029999dfc4483c101 Mon Sep 17 00:00:00 2001 From: RubenPX Date: Thu, 7 Mar 2024 14:13:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6fbe51..10cd003 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This template should help get you started developing with Tauri, .NET and TypeSc ## TODOS - [X] Call C# code from Tauri - [X] Call C# code from tauri with parameters and return string -- [ ] Allow comunication betwen JSON data +- [X] Allow comunication betwen JSON data - [ ] Call Tauri code from C# - [ ] Hide exposed dlls to avoid deobfuscation ([Embed files](https://tauri.app/v1/guides/building/resources/))