From 1075c96241778a7162d29794175b0fd14102638a Mon Sep 17 00:00:00 2001 From: bermudalocket <30004636+bermudalocket@users.noreply.github.com> Date: Mon, 6 Apr 2020 13:10:06 -0400 Subject: [PATCH] Update build information in README.md Reconcile package snippet with current Swift syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ffad5b..cd5d640 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ sudo apt-get install libpq-dev Add this project as a dependency in your Package.swift file. ``` -.Package(url: "https://github.com/PerfectlySoft/Perfect-PostgreSQL.git", majorVersion: 3) +.package(url: "https://github.com/PerfectlySoft/Perfect-PostgreSQL.git", from: "3.0.0") ``` ## Documentation