From 184448f04763c99ad5c72feedd469d2490a29ad5 Mon Sep 17 00:00:00 2001 From: Tina Liu Date: Mon, 7 Jul 2025 09:03:04 -0700 Subject: [PATCH] Modify README temporarily to trigger CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49cb867..fe9faa0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Subprocess is a cross-platform package for spawning processes in Swift. ## Getting Started -To use `Subprocess` in a [SwiftPM](https://swift.org/package-manager/) project, add it as a package dependency to your `Package.swift`: +To use `Subprocess` in a [SwiftPM](https://swift.org/package-manager/) project, add it as a package dependency to your `Package.swift`: ```swift