From b4ad8fee0c58bc3d8988260eb59362a040b8d61f Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 24 Feb 2025 07:19:01 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)