From f59f4c0b63a42cfb0d4336fe07574fdeeb3060f4 Mon Sep 17 00:00:00 2001 From: Nadine Salter Date: Thu, 26 Jun 2014 22:43:28 -0700 Subject: [PATCH] Minor README tweaks. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0752fd025..6ceee2e13f 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,19 @@ Welcome to the AsyncDisplayKit beta! Documentation — including this README AsyncDisplayKit will be available on [CocoaPods](http://cocoapods.org/). You can manually include it in your project's Podfile: -`pod 'AsyncDisplayKit', :git => 'https://github.com/facebook/AsyncDisplayKit.git'` +```ruby +pod 'AsyncDisplayKit', :git => 'git@github.com:facebook/AsyncDisplayKit.git' +``` ## Usage -`#import ` +```objective-c +#import +``` ## Testing -AsyncDisplayKit has extensive unit test coverage. You may need to run `pod install` in the root AsyncDisplayKit directory to include OCMock. +AsyncDisplayKit has extensive unit test coverage. You'll need to run `pod install` in the root AsyncDisplayKit directory to set up OCMock. ## Contributing @@ -22,4 +26,4 @@ See the CONTRIBUTING file for how to help out. ## License -AsyncDisplayKit is BSD-licensed. We also provide an additional patent grant. +AsyncDisplayKit is BSD-licensed. We also provide an additional patent grant.