diff --git a/Docs/index.md b/Docs/index.md index 78472c8..661d877 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 and FNA -- **MLEM.Input** features simple input handling for MonoGame, including a unified way to query mouse, keyboard, gamepad and touch input, a simple keybind system, and a text input field abstraction +- **MLEM.Input** features simple input handling, including a unified way to query mouse, keyboard, gamepad and touch input, a simple keybind system, and a text input field abstraction - **MLEM.Ui** includes 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 and FNA libraries - **MLEM.Data** provides simple loading and processing of textures and other data, including the ability to load non-XNB content files easily diff --git a/README.md b/README.md index f838a88..5df7195 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 and FNA -- **MLEM.Input** features simple input handling for MonoGame, including a unified way to query mouse, keyboard, gamepad and touch input, a simple keybind system, and a text input field abstraction +- **MLEM.Input** features simple input handling, including a unified way to query mouse, keyboard, gamepad and touch input, a simple keybind system, and a text input field abstraction - **MLEM.Ui** includes 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 and FNA libraries - **MLEM.Data** provides simple loading and processing of textures and other data, including the ability to load non-XNB content files easily