From 71786f055e1e0f664ca9ea5992bb77e175213f7c Mon Sep 17 00:00:00 2001 From: Eric Appel Date: Mon, 27 Jun 2016 10:22:46 -0700 Subject: [PATCH] updating cart file documentation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3af0c0..a92c342 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ brew install carthage To integrate Elevate into your Xcode project using Carthage, specify it in your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile): ```bash -git "ssh://git@stash.nikedev.com/srg/elevate.git" ~> 1.0 +github "Nike-Inc/Elevate" ~> 1.0 ``` To build Elevate on iOS only, use the following Carthage command: