From 637a10a556f3b77060cdb45373295fbbfee4a60f Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Tue, 30 Jul 2024 14:57:30 -0300 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee1a8c8..b33024a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ This project was generated by the [ricaun.AppLoader](https://ricaun.com/AppLoade In the `Add-Ins` tab the panel `Debug` is created with three buttons `Start`, `Event`, and `Stop`. -![Debug-Light](assets/Debug-Light.PNG)![Debug-Light-Event](assets/Debug-Light-Event.PNG)![Debug-Light-Stop](assets/Debug-Light-Stop.PNG) -![Debug-Dark](assets/Debug-Dark.PNG)![Debug-Dark-Event](assets/Debug-Dark-Event.PNG)![Debug-Dark-Stop](assets/Debug-Dark-Stop.PNG) +![Debug-Light](assets/Debug-Light.png)![Debug-Light-Event](assets/Debug-Light-Event.png)![Debug-Light-Stop](assets/Debug-Light-Stop.png) +![Debug-Dark](assets/Debug-Dark.png)![Debug-Dark-Event](assets/Debug-Dark-Event.png)![Debug-Dark-Stop](assets/Debug-Dark-Stop.png) * `Start`: Start Debugging using Visual Studio process. * `Event`: Start Debugging using Visual Studio process when an assembly is loaded in the `AppDomain`.