From ab11d3a25e9e3305bac339eb6a035bd4ae76bf28 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Wed, 8 Oct 2025 00:55:51 +0200 Subject: [PATCH] Updated the README file. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c3c52cb..56b13388 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@ # Marvel Service -A library written entirely with [Swift](https://www.swift.org) that allow the developer to interacts with the [Marvel API](https://developer.marvel.com) backend service. +A library written entirely with [Swift](https://www.swift.org) that allow the developer to interact with the [Marvel Comics API](https://developer.marvel.com) backend service. ## Installation -To use this library with your package, then add it as a dependency in the `Package.swift` file: +To use this library, then add it as a dependency in the `Package.swift` file of your project: ```swift let package = Package( // name, platforms, products, etc. dependencies: [ - .package(url: "https://github.com/rock-n-code/marvel-service", from: "1.0.0"), + .package(url: "https://github.com/rock-n-code/marvel-service", from: "1.1.0"), // other dependencies ], targets: [