Improved the Open API specification document #19

Merged
javier merged 14 commits from library/tests-update into main 2025-10-14 23:26:43 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d317a63135 - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ To use this library, then it is mandatory to add it as a dependency in the `Pack
let package = Package(
// name, platforms, products, etc.
dependencies: [
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.1.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.2.0"),
// other dependencies
],
targets: [
@@ -18,7 +18,7 @@ To use the `AmiiboService` library with your package, then add it as a dependenc
let package = Package(
// name, platforms, products, etc.
dependencies: [
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.1.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.2.0"),
// other dependencies
],
targets: [