From 7a96e1b1ce0470c7fa61fd72cbeac932f066de90 Mon Sep 17 00:00:00 2001 From: Vlad2 Date: Wed, 18 Sep 2024 18:47:33 +0300 Subject: [PATCH] ~: lil ref readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae235b8..15569c3 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To add a plugin to StaX, follow these steps: 1. Create a new project or library that uses the [`StaX.Domain`](https://github.com/Psynapsis/StaX.Domain) package. 2. Implement your plugin by creating a class that inherits from [`StaX.Domain.UiState`](https://github.com/Psynapsis/StaX.Domain/blob/main/Source/StaX.Domain/UiState.cs). 3. Build the plugin as a DLL. -4. Place the compiled plugin in the `Plugins` folder next to the StaX main application. +4. Place the compiled plugin folder in the `Plugins` folder next to the main StaX application. 5. StaX will automatically load and display the plugin the next time it runs. ## Example Plugin