diff --git a/Catalogs/AmiiboService.docc/Introduction.md b/Catalogs/AmiiboService.docc/Library.md similarity index 83% rename from Catalogs/AmiiboService.docc/Introduction.md rename to Catalogs/AmiiboService.docc/Library.md index c387068..5c8c692 100644 --- a/Catalogs/AmiiboService.docc/Introduction.md +++ b/Catalogs/AmiiboService.docc/Library.md @@ -8,7 +8,7 @@ The `AmiiboService` library is a Swift Package Manager package dependency aims a ## Design -Although it could have been possible to generate a one-to-one client based on the Open API specification document that describe the available endpoints, it was decided to design a ``AmiiboService`` service that removes the complexities of the service's backend API, and provides the developer with a simple interface, and a seamless experience. +Although it could have been possible to generate a one-to-one RESTful client based on the Open API specification document that describe the available endpoints, it was decided to design a ``AmiiboService`` service that removes the complexities of the service's backend API, and provides the developer with a simple interface, and a seamless experience. ## Instalation