diff --git a/README.md b/README.md index 9d8abac..95cbdac 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Using the Swift Package Manager, add **TagCloud** as a dependency to your `Packa ```swift dependencies: [ - .package(url: "https://github.com/mountainviewer/TagCloud.git", .upToNextMajor(from: "1.0.0")) + .package(url: "https://github.com/mountainviewer/TagCloud.git", .upToNextMajor(from: "1.0.0")) ] ```