From 22f4f764599269257ee1a09d5d21b839548be6da Mon Sep 17 00:00:00 2001
From: Josh Wright <joshuawright11@gmail.com>
Date: Tue, 20 Jun 2023 07:56:32 -0700
Subject: [PATCH] Update

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a594ae2..5beca51 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ You can install PapyrusAsyncHTTPClient using the [Swift Package Manager](https:/
 
 ```swift
 dependencies: [
-    .package(url: "https://github.com/joshuawright11/papyrus-async-http-client.git", .upToNextMinor(from: "0.1.0"))
+    .package(url: "https://github.com/joshuawright11/papyrus-async-http-client.git", branch: "main")
 ]
 ```