Skip to content

Commit

Permalink
Fix Package.swift typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Šrůtek <[email protected]>
  • Loading branch information
michalsrutek authored Jan 25, 2025
1 parent f331821 commit 59d8d12
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 @@ -57,7 +57,7 @@ pod 'Kronos'

### Swift Package Manager

Add Kronos to your `Pacakge.swift`:
Add Kronos to your `Package.swift`:

```bash
.package(name: "Kronos", url: "https://github.com/MobileNativeFoundation/Kronos.git", .upToNextMajor(from: "TAG")),
Expand Down

0 comments on commit 59d8d12

Please sign in to comment.