From 88043ca615193085eede68dd80ffbd7be774ac58 Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Tue, 5 Feb 2019 08:55:46 -0800 Subject: [PATCH] Revise Carthage installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d15d367..d0234e6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To install ScrollingContentViewController using CocoaPods, add this line to your pod 'ScrollingContentViewController' ``` -To install ScrollingContentViewController using Carthage, add this line to your Cartfile: +To install using Carthage, add this to your Cartfile: ``` github "drewolbrich/ScrollingContentViewController"