diff --git a/README.md b/README.md index f771ce3..ae3e2aa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A very basic python 3 extension 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 brooken, don't fix it!!!__ +- 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)