diff --git a/Docs/index.md b/Docs/index.md index 790ac43..3f9f36e 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -44,7 +44,6 @@ MLEM's [text formatting system](https://mlem.ellpeck.de/articles/text_formatting There are several other libraries and tools that work well in combination with MonoGame, FNA and MLEM. Here are some of them: - [Contentless](https://github.com/Ellpeck/Contentless), a tool that removes the need to add assets to the MonoGame Content Pipeline manually - [GameBundle](https://github.com/Ellpeck/GameBundle), a tool that packages MonoGame and other .NET applications into several distributable formats -- [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package that also provides several additional features for MonoGame - [Coroutine](https://github.com/Ellpeck/Coroutine), a package that implements Unity-style coroutines for any project -- [Illumilib](https://github.com/Ellpeck/Illumilib), a simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices -- [DynamicEnums](https://github.com/Ellpeck/DynamicEnums), which provides enum-like single-instance values with additional capabilities, including dynamic addition of new arbitrary values and flags +- [DynamicEnums](https://github.com/Ellpeck/DynamicEnums), a package that provides enum-like single-instance values with many additional capabilities +- [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package that also provides several additional features for MonoGame diff --git a/README.md b/README.md index b62ca9e..9342e76 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ MLEM's [text formatting system](https://mlem.ellpeck.de/articles/text_formatting There are several other libraries and tools that work well in combination with MonoGame, FNA and MLEM. Here are some of them: - [Contentless](https://github.com/Ellpeck/Contentless), a tool that removes the need to add assets to the MonoGame Content Pipeline manually - [GameBundle](https://github.com/Ellpeck/GameBundle), a tool that packages MonoGame and other .NET applications into several distributable formats -- [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package that also provides several additional features for MonoGame - [Coroutine](https://github.com/Ellpeck/Coroutine), a package that implements Unity-style coroutines for any project -- [Illumilib](https://github.com/Ellpeck/Illumilib), a simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices -- [DynamicEnums](https://github.com/Ellpeck/DynamicEnums), which provides enum-like single-instance values with additional capabilities, including dynamic addition of new arbitrary values and flags +- [DynamicEnums](https://github.com/Ellpeck/DynamicEnums), a package that provides enum-like single-instance values with many additional capabilities +- [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package that also provides several additional features for MonoGame