From b9f4d825a0a2d3d1f4b6edd946525b10c391de7f Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Sat, 13 Jul 2024 00:53:32 +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 c67622f..40f4295 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/EnumeratorMacro", branch: "main"), +.package(url: "https://github.com/MahdiBM/EnumeratorMacro", from: "1.0.0-alpha.1"), ``` Include `EnumeratorMacro` as a dependency for your targets: