From f711cdcf0620de34ad71c98738719f829d80fa22 Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 24 Feb 2025 07:26:47 +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 a5e12ec..76c6d96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # XtendR -A very basic Python >= 3.12 extension system based on the K.I.S.S principle. +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