From eee79eadf9e9918150c88796e30a202e3f133cf7 Mon Sep 17 00:00:00 2001 From: Vaida Date: Wed, 6 Nov 2024 21:35:04 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ca5792..afb5f84 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ detailedPrint(model) `DetailedDescription` uses [Swift Package Manager](https://www.swift.org/documentation/package-manager/) as its build tool. If you want to import in your own project, it's as simple as adding a `dependencies` clause to your `Package.swift`: ```swift dependencies: [ - .package(url: "https://github.com/Vaida12345/DetailedDescription.git", branch: "main") + .package(url: "https://github.com/Vaida12345/DetailedDescription.git", from: "1.0.0") ] ``` and then adding the appropriate module to your target dependencies.