From e24d36fa6781aed9aec33ee0f03a4fdc4aa973e9 Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Sat, 13 Jul 2024 01:10:39 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 832f8f1..3f048a7 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ To use the `EnumeratorMacro` library in a SwiftPM project, add the following line to the dependencies in your `Package.swift` file: ```swift -.package(url: "https://github.com/MahdiBM/enumerator-macro", from: "1.0.0-alpha.1"), +.package(url: "https://github.com/MahdiBM/enumerator-macro", branch: "main"), ``` Include `EnumeratorMacro` as a dependency for your targets: