Skip to content

Commit

Permalink
Merge pull request #15 from jrsaruo/release-1.1.2
Browse files Browse the repository at this point in the history
docs: README
  • Loading branch information
jrsaruo authored Jul 8, 2024
2 parents c222764 + 5a3c8cb commit 9e5c600
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 @@ -82,7 +82,7 @@ userIDHandler(book.id) // Compile error!
To use the `SwiftIdentifier` library in a SwiftPM project, add the following line to the dependencies in your `Package.swift` file:

```swift
.package(url: "https://github.com/jrsaruo/SwiftIdentifier", from: "1.1.1"),
.package(url: "https://github.com/jrsaruo/SwiftIdentifier", from: "1.1.2"),
```

and add `SwiftIdentifier` as a dependency for your target:
Expand Down

0 comments on commit 9e5c600

Please sign in to comment.