README.md in afmotion-0.0.2 vs README.md in afmotion-0.0.3
- old
+ new
@@ -50,9 +50,15 @@
placeholder = UIImage.imageNamed "placeholder-avatar"
image_view.url = {url: "http://i.imgur.com/r4uwx.jpg", placeholder: placeholder}
```
+## Install
+
+1. `gem install afmotion`
+
+2. `require 'afmotion'` or add to your `Gemfile`
+
## Overview
### Results
Each AFMotion wrapper callback yields an `AFMotion::HTTPResult` object. This object has properties like so:
\ No newline at end of file