From 0927f05238219c7934accf053b0593ea0ff8a3ab Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 24 Apr 2023 16:06:03 +0200 Subject: [PATCH] Integrated the package logo assets supporting both light and dark mode into the README file. --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 115e236..a07cb40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ +
+ + + Shows the hand-drawn AmiiboService package logo centered in the page. + +
+ # AmiiboService: Amiibo API service written in Swift -This package contains a ready-to-use service that can retrieve data as decoded models/entities from any of the [Amiibo API](https://www.amiiboapi.com) available endpoints. +Ready-to-use service that retrieves data as decoded models from any of the [Amiibo API](https://www.amiiboapi.com) available endpoints. ## Installation @@ -29,11 +36,11 @@ Then it is required to add the package to your target, like this: ```swift targets: [ .target( - ... + // ... dependencies: [ .product(name: "AmiiboService", package: "amiibo-service") ], - ... + // ... ), ] ```