From fc8c7bf385a0bf61bffb30c2e667dbccaad41a02 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 30 Jan 2023 21:22:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 355a073..0df669d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *🔌 Plug and Play* -This package provides a way to extend the functionality of objects through the use of plugins. +Plugin is a Swift SPM project that provides a flexible and modular approach to enhancing object functionality through the use of plugins. By conforming to the `Plugin` protocol, custom plugins can be created and added to objects that conform to the `Pluginable` protocol, without having to modify their original implementation. This allows developers the ability to add custom behaviors to their objects in a plug-and-play manner, making it easy to maintain and extend code over time. ## Usage