diff --git a/Docs/index.md b/Docs/index.md index ba442cc..62662b7 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -12,7 +12,7 @@ # Packages - **MLEM** is the base package, which provides extension methods and additional features for MonoGame -- **MLEM.Ui** features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types. +- **MLEM.Ui** features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types - **MLEM.Extended** ties in with MonoGame.Extended and other MonoGame libraries - **MLEM.Data** provides simple data and network handling - **MLEM.Startup** combines MLEM with some other useful libraries into a quick Game startup class diff --git a/MLEM.Ui/MLEM.Ui.csproj b/MLEM.Ui/MLEM.Ui.csproj index e922f29..98cdc6c 100644 --- a/MLEM.Ui/MLEM.Ui.csproj +++ b/MLEM.Ui/MLEM.Ui.csproj @@ -6,7 +6,7 @@ Ellpeck - A mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types. + A mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types See the full changelog at https://mlem.ellpeck.de/CHANGELOG monogame ellpeck mlem ui user interface graphical gui system mouse keyboard gamepad touch https://mlem.ellpeck.de/ diff --git a/README.md b/README.md index 8e9a7a9..297d595 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ # Packages - **MLEM** is the base package, which provides extension methods and additional features for MonoGame -- **MLEM.Ui** features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types. +- **MLEM.Ui** features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types - **MLEM.Extended** ties in with MonoGame.Extended and other MonoGame libraries - **MLEM.Data** provides simple data and network handling - **MLEM.Startup** combines MLEM with some other useful libraries into a quick Game startup class