diff --git a/Pilz.Telerik.UI.SymbolFactory.md b/Pilz.Telerik.UI.SymbolFactory.md index 143fc1e..233732a 100644 --- a/Pilz.Telerik.UI.SymbolFactory.md +++ b/Pilz.Telerik.UI.SymbolFactory.md @@ -11,9 +11,9 @@ Create a new directory, we call it `Symbols` here. Ensure you add this to the project file. This will mark all SVG files within the Symbols folder as embedded resource. ```xml - - - + + + ``` Create a new enum. It may look like the following. Ensure you only add new values to the buttom as you will introduce a breaking change to your API otherwise.