Added reference to the AmiiboService online documentation in the README file.

This commit is contained in:
Javier Cicchelli 2023-04-24 17:00:53 +02:00
parent ea1a32459d
commit 0454c1441a

View File

@ -58,7 +58,6 @@ In an opened Xcode project, it is required to do these steps:
8. select the target to which the dependency will be applied (if required);
9. wait for the package to be resolved and included in the project;
10. done!
### Other considerations
@ -74,4 +73,6 @@ It is needless to say, all the necessary filters, models/entities, and enumerati
## Further documentation
For further information about this package, please refer to the [AmiiboService documentation](https://rock-n-code.github.io/amiibo-service/documentation/amiiboservice/) available online.
For further information about the API, please refer to the [Amiibo API documentation](https://www.amiiboapi.com/docs/) available online.