diff --git a/README.md b/README.md index 76c6d96..27c9fae 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ A very basic Python >= 3.12 plugin system based on the K.I.S.S principle. -I was in need of a new plugin system, which should meet these requirements: -- Simple to use -- Work well with Python 3.12 -- Maintainable - Don't expect to see new releases every month. __If it ain't broken, don't fix it!!!__ +I was in need of a new plugin system, which should meet these requirements: +:heavy_plus_sign: Simple to use +:heavy_plus_sign: Work well with Python 3.12 +:heavy_plus_sign: Maintainable - Don't expect to see new releases every month. __If it ain't broken, don't fix it!!!__ I previously used yapsy, but it doesn't meet the requirements anymore. :x: No longer simple, and simple to use (Simplicity in use has been sacrificed for more complexity. It has become bloated)