Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored Jul 12, 2024
1 parent d3d7800 commit e24d36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e24d36f

Please sign in to comment.