diff --git a/EliteBGS/README.md b/EliteBGS/README.md index 08cdbe6..5627bca 100644 --- a/EliteBGS/README.md +++ b/EliteBGS/README.md @@ -230,7 +230,7 @@ The project also requires: * `Ookii.Dialogs.WPF` * `Newtonsoft.Json` -* `Extended.Wpf.Toolkit` +* `MahApps` ## About diff --git a/EliteBGS/docs/description.md b/EliteBGS/docs/description.md index 6b76118..7ac6d42 100644 --- a/EliteBGS/docs/description.md +++ b/EliteBGS/docs/description.md @@ -235,4 +235,6 @@ It would be helpful if you included the JSON player journal. This player journal The project also requires `Ookii.Dialogs.WPF` controls, which contains the auto complete text box. -And of course, `Newtonsoft.Json` as the JSON parser. \ No newline at end of file +And of course, `Newtonsoft.Json` as the JSON parser. + +`MahApps` is used to generate a prettier look, and for its dark themes. \ No newline at end of file diff --git a/README.md b/README.md index 91af46f..ddb9053 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ from them: ## Requirements -This repository depends on dotnet desktop SDK 7, as well as Newtonsoft.JSON, Extended -WPF toolkit, and Ookii Dialogs. +This repository depends on dotnet desktop SDK 7, as well as `Newtonsoft.JSON`, MahApps, +and Ookii Dialogs.