From 65fd3a304fb287de43d64423ff69dd7de56f036e Mon Sep 17 00:00:00 2001 From: freddi Date: Thu, 5 Mar 2020 21:01:06 +0900 Subject: [PATCH] Updated Usage --- Docs/Usage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Docs/Usage.md b/Docs/Usage.md index 2c9e9c21..f9f64b34 100644 --- a/Docs/Usage.md +++ b/Docs/Usage.md @@ -165,12 +165,15 @@ packages: SwiftPM: url: https://github.com/apple/swift-package-manager branch: swift-5.0-branch + RxClient: + path: ../RxClient targets: App: dependencies: # by default the package product that is linked to is the same as the package name - package: Yams - package: SwiftPM + - package: RxClient - package: SwiftPM product: SPMUtility # specify a specific product ```