diff --git a/README.md b/README.md index 60f95df0..b9f27a12 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ You can now use Ursa controls in your Avalonia Application. ``` +![Demo](./assets/demo.jpg) + 2. Ursa.Themes.Semi To make Ursa controls show up in your application, you need to reference to a theme package designed for Ursa. @@ -37,6 +39,7 @@ Ursa.Themes.Semi is a theme package for Ursa inspired by Semi Design. You can ad Add nuget package: ```bash +dotnet add package Semi.Avalonia --version 11.0.0-rc1 dotnet add package Irihi.Ursa.Themes.Semi --version 0.1.0-beta20230702 ``` diff --git a/assets/demo.jpg b/assets/demo.jpg new file mode 100644 index 00000000..a7d538e7 Binary files /dev/null and b/assets/demo.jpg differ