Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
devxsby committed Jul 3, 2023
2 parents 5760e3e + 2bcb8d1 commit 6b992d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This library offers a randomly changing number keypad to the user, enhancing sec


## Example
<img src="https://github.com/devxsby/RSNumberPad/assets/80062632/362ee560-a9b3-4b37-bd34-2914ce6bc5fb" width="30%/"><br>
<img src="https://github.com/devxsby/RSNumberPad/assets/80062632/0a7cfff3-84d4-4922-b522-730316dadb5eb" width="30%/"><br>

<br>

Expand All @@ -34,7 +34,7 @@ This library offers a randomly changing number keypad to the user, enhancing sec
let package = Package(
name: "AppName",
dependencies: [
.Package(url: "https://github.com/devxsby/RSNumberPad", .upToNextMajor(from: "1.0.0")),
.Package(url: "https://github.com/devxsby/RSNumberPad", .upToNextMajor(from: "1.0.2")),
]
)
```
Expand Down

0 comments on commit 6b992d5

Please sign in to comment.