Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lobianco committed Aug 27, 2013
1 parent 5c83985 commit 5dd2aa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## About

ALAlertBanner is a drop-in component for iOS (both iPhone and iPad) that presents beautiful alert banners in a customizable and configurable way.
ALAlertBanner is a drop-in component for iOS (both iPhone and iPad) that allows you to display beautiful alert banners in a customizable and configurable way.

### Preview

Expand All @@ -20,7 +20,7 @@ Installation is easy.

### Cocoapods

1. Add ```pod 'ALAlertBanner'``` to your Podfile
1. Add ```pod 'ALAlertBanner', '~>0.1.1'``` to your Podfile
2. ```#import <ALAlertBanner/ALAlertBanner.h>``` in your view of choice

### Manually
Expand All @@ -41,7 +41,7 @@ If you can compile without errors, congratulations! You're one step closer to...

### Tested Environments

ALAlertBanner has been tested on iOS 5.0 and 5.1 (simulator) and iOS 6.1 (device) with ARC enabled. It should work in older/newer versions/devices, but I'm not positive.
ALAlertBanner has been tested to work on iOS 5.0, 5.1 and 6.0 (simulator), iOS 6.1 (device), and iOS 7.0 (simulator) with ARC enabled.

## Example Usage

Expand Down

0 comments on commit 5dd2aa6

Please sign in to comment.