From afebf98daad209a5956377fdee0860d243021abf Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Fri, 21 Sep 2018 22:16:05 -0700 Subject: [PATCH] Further modernize SwiftPM instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4e0376..1f538e6 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ Add the following to your `dependencies`: .package(url: "https://github.com/JustHTTP/Just.git", from: "0.7.0") ``` +… and `"Just"` to your target dependencies. + ## Carthage (Swift 3 only) Include the following in your Cartfile: