Updated the main article for the DocC documentation catalog in the library target.

This commit is contained in:
2025-10-08 00:56:58 +02:00
parent ab11d3a25e
commit a03b0de44e
@@ -16,7 +16,7 @@ Here's an example of how to add this library as a dependency into a `Package.swi
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: [