Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leverdeterre committed May 14, 2015
1 parent 1f7a02a commit 34df5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ pod try JMAnimatedImageView

In your code, `#import "JMAnimatedImageView.h"` and `#import "JMAnimatedImageView.h"`

```
```objective-c
//GIF example
@property (weak, nonatomic) IBOutlet JMAnimatedImageView *jmImageView;

Expand All @@ -41,7 +41,7 @@ self.jmImageView.animationType = JMAnimatedImageViewAnimationTypeAutomaticLinear
[self.jmImageView startAnimating];
```
```
```objective-c
//PNG example with manual animation
@property (weak, nonatomic) IBOutlet JMAnimatedImageView *jmImageView;
Expand Down

0 comments on commit 34df5b7

Please sign in to comment.