Fixed and updated the documentation for the package.

This commit is contained in:
2026-06-11 13:35:22 +02:00
parent 6ff274d992
commit 9acbc82297
3 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ To use this library, add it as a dependency in the `Package.swift` file:
let package = Package(
// name, platforms, products, etc.
dependencies: [
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.1"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.2"),
// other dependencies
],
targets: [