From b58de4a3158dde0c81912e774cb92a38f8d9368a Mon Sep 17 00:00:00 2001 From: Ricardo Olivieri Date: Thu, 2 Nov 2017 11:13:15 -0500 Subject: [PATCH] updated readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edc0888..4308c36 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ To leverage the Swift-cfenv package in your Swift application, you should specif dependencies: [ .package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", .upToNextMajor(from: "5.0.0")), - .package(url: "https://github.com/IBM-Swift/Configuration.git", .upToNextMajor(from: "2.0.0")) + + ... ] ...