From 7ad84d5624cfd45ae5ebf304ef038cd8f87067e5 Mon Sep 17 00:00:00 2001 From: Wooseong Kim Date: Thu, 12 Mar 2020 16:55:03 +0900 Subject: [PATCH] Fix typo on Carthage Usage part --- Docs/Usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/Usage.md b/Docs/Usage.md index 546c12aa..0ed781f6 100644 --- a/Docs/Usage.md +++ b/Docs/Usage.md @@ -122,7 +122,7 @@ By default these all have to be listed if you want to link and use them: ```yml targets: App: - frameworks: + dependencies: - carthage: ReactiveCocoa - carthage: ReactiveMapKit ``` @@ -134,7 +134,7 @@ options: findCarthageFrameworks: true targets: App: - frameworks: + dependencies: - carthage: ReactiveCocoa # will find ReactiveMapKit as well - carthage: OtherCarthageDependency findFrameworks: false # disables the global option