From 831478a2dcf8096f4e391bce22aa0f3533f8d72b Mon Sep 17 00:00:00 2001 From: Ricardo Olivieri Date: Tue, 21 Nov 2017 19:24:24 -0600 Subject: [PATCH] documentation update [ci skip] --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 15af3d2..1858902 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,6 @@ To leverage the CircuitBreaker package in your Swift application, you should spe ... dependencies: [ - // Swift 3 - .Package(url: "https://github.com/IBM-Swift/CircuitBreaker.git", majorVersion: 2), - // Swift 4 .package(url: "https://github.com/IBM-Swift/CircuitBreaker.git", .upToNextMajor(from: "2.0.0")), ...