Documentation update (#26)

This PR contains the work done to update the documentation of the library, keeping it up-to-date.

Reviewed-on: #26
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #26.
This commit is contained in:
2026-03-24 01:30:15 +00:00
committed by Javier Cicchelli
parent b8c0878ca3
commit 2442ada4b6
136 changed files with 136 additions and 136 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.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.1"),
// other dependencies
],
targets: [