Skip to content

Commit

Permalink
~: lil ref readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvenBless committed Sep 18, 2024
1 parent fb694ad commit 7a96e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a96e1b

Please sign in to comment.