From d6c0ae68fded9ecb7eadd2f902c4312f974db817 Mon Sep 17 00:00:00 2001 From: Zach Date: Wed, 1 Mar 2023 20:18:59 -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 9cf1c1d..1d7b811 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,4 @@ print(pluginTypes) // [(input: Void, output: URLRequest)] - [Scribe](https://github.com/0xLeif/Scribe): Scribe is a flexible logging library for Swift, designed to make logging easy and efficient. It provides a centralized system for logging messages and events within your application, and supports multiple logging outputs and plugins to extend its capabilities to meet your needs. Scribe integrates with [swift-log](https://github.com/apple/swift-log) for console logging, making it a versatile solution for all your logging requirements. -- [PluginTask](https://github.com/0xLeif/PluginTask): PluginTask is a custom [`Task`](https://developer.apple.com/documentation/swift/task) that allows users to add plugins to modify its behavior. Plugins can be added to the PluginTask instance to perform additional functionality before or after the task's main operation. This makes it easy to modify the task's behavior without modifying its original implementation. +- [PluginTask](https://github.com/0xLeif/PluginTask): PluginTask is a custom [Task](https://developer.apple.com/documentation/swift/task) that allows users to add plugins to modify its behavior. Plugins can be added to the PluginTask instance to perform additional functionality before or after the task's main operation. This makes it easy to modify the task's behavior without modifying its original implementation.