From 797655b61b9f3c9d8224a29cf5a54ee1c3491d93 Mon Sep 17 00:00:00 2001 From: Artyom Sovetnikov <2056864+Elringus@users.noreply.github.com> Date: Sun, 31 Dec 2023 23:07:44 +0300 Subject: [PATCH] update docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 595afc12..2af0588d 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,5 @@ Compile C# solution into single-file ES module with auto-generated JavaScript bindings and type definitions. ![](https://raw.githubusercontent.com/elringus/bootsharp/main/docs/public/img/banner.png) + +Documentation will be added later. Please refer to [samples](https://github.com/elringus/bootsharp/tree/main/samples) for the time being.