Minor README tweaks.

This commit is contained in:
Nadine Salter 2014-06-26 22:43:28 -07:00
parent 15565873c9
commit f59f4c0b63

View File

@ -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 <AsyncDisplayKit/ASDisplayNode.h>`
```objective-c
#import <AsyncDisplayKit/ASDisplayNode.h>
```
## 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.