Update README.md

This commit is contained in:
Zach 2023-01-30 21:22:54 -07:00 committed by GitHub
parent b3450dabca
commit fc8c7bf385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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